<!--
	function openman(theURL, winName, w, h) {
		var n = window.open(theURL,winName,"width="+w+",height="+h+",scrollbars=yes,resizable=yes,screenX=0,screenY=0,top=0,left=0");
		n.focus();
	}
//-->