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