
// Popup window code
function newPopup(url) {
	popupWindow = window.open(
		url,'popUpWindow','height=430,width=475,left=0,top=10,resizable=yes,scrollbars=no,toolbar=yes,menubar=no,location=no,directories=no,status=yes')
}

