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