// JavaScript Document	function wopen(fname){		var hLeft = (window.screen.width - 800) / 2;		if(hLeft<=0){hLeft=0;}		var pStyle = "height=500,width=800,resizable=yes,status=yes,scrollbars=yes,top=50,"+",left="+hLeft;		winopen = window.open(fname,"WindowOpen",pStyle)	}
