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