function newPopup(url) {
	popupWindow = window.open(
		url,'popUpWindow','height=600,width=700,left=10,top=10,resizable=no,scrollbars=no,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}
