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