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