<!--

		function popUp(url) {
		 HF = window.open(url, "popup", "resizable=yes,scrollbars=yes,width=900,height=700,left=300");
		 HF.focus()
		}

//-->

