	function showItNew(pageToGoTo,winName,hori,vert,hei,wid,scrbr) {		
		winParams="";
		winParams+="location=0,menubar="+scrbr+",status=0,titlebar=0,hotkeys=0,resizable="+scrbr+",";
		winParams+="directories=0,toolbars="+scrbr+",scrollbars=1,height="+hei+",width="+wid+",";
		winParams+="screenx="+hori+",screeny="+vert+",left="+hori+",top="+vert+"";
		winp2 = window.open(pageToGoTo,winName,winParams);
	}
document.write('');
document.write('');