	function openman(theURL, w, h) {
		var n = window.open(theURL,"kapow","width="+w+",height="+h+",scrollbars=no,resizable=yes,toolbar=no,screenX=0,screenY=0,top=0,left=0");
		n.focus();
	}

