function SelectArticleWithURL(strURL)
		{
			ReturnURL(strURL)
			window.close()
		}
		
		/*
		 * Created By Kevin L. on 06 Apr 2006
		 * Replaced old VBScript funtions
		 */
		function ReturnURL(strURL) {
		  if (parentWnd != null) {
		  	ExecParentWndScript (("CallURL('" + strURL + "')"), true);
		  } else {
		    CallURL(strURL);
		  }
		  self.focus();
		}


if (document.getElementById("Module441_strLoginName441")) {

document.forms[0].Module441_strLoginName441.focus();

}