	function OpenPopUpWindow (url,width,height) {
		PopUpWindow=window.open (url, "Pop_Up_Window", "width=".width.",height=".height.",toolbar=yes,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,marginwidth=0,marginheight=0,screenX=0,screenY=0");
		PopUpWindow.focus();
	 }
