		function openit(sURL) { //v3.0
		newwindow=open(sURL,"newwin","scrollbars=yes, width=1000, height=1000, toolbar=no, directories=no, menubar=no, resizable=yes, status=no");
		newwindow.focus();}