		function openit(sURL) { //v3.0
		newwindow=open(sURL,"newwin","scrollbars=no, width=500, height=700, toolbar=no, directories=no, menubar=no, resizable=no, status=no");
		newwindow.focus();}

		function openit2(sURL) { //v3.0
		newwindow=open(sURL,"newwin2","scrollbars=no, width=750, height=550, toolbar=no, directories=no, menubar=yes, resizable=no, status=no");
		newwindow.focus();}

		function openit3(sURL) { //v3.0
		newwindow=open(sURL,"newwin3","scrollbars=yes, width=770, height=550, toolbar=no, directories=no, menubar=yes, resizable=yes, status=no");
		newwindow.focus();}

		function openit4(sURL) { //v3.0
		newwindow=open(sURL,"newwin4","scrollbars=yes, width=908, height=554, toolbar=no, directories=no, menubar=yes, resizable=yes, status=no");
		newwindow.focus();}

		if (document.images)
		self.name = 'mainwindow';
