<!--

	function popUp(url) {
		 HF = window.open(url, "Article_Popup", "resizable=yes,scrollbars=yes,width=824,height=618");
		 HF.focus()
		}
		
//-->


