
	function PopWindow(URL,height,width)
		{
			width = 490;
			height = 400;
			//alert()
			hWindow = window.open(URL,height+width,"width="+width+",height="+height+",resize=no,resizable=no,scrollbars=NO,menubar=no,status=no");
			hWindow.focus();
		}
