<!--
	function openArticle(url)
		{
		 window.open('/popup.cfm?mode=Articles&article_id='+url,'popup','width=750,height=500,scrollbars=yes,menubar=yes,location=yes,left=0,top=0,resizable=yes,toolbar=yes');
		}
//-->