	function window_open(filename, x, y)
		{
			 windowops = eval("'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=yes,width=" + x + ",height=" + y + "'");
			 window.open(filename, 'New1', windowops);
			 return;
		}
