		function subwin00(WX00,WY00,Y00,SCR,OPT,URL)
		{
		if (WY00 == 0)  WY00=(screen.height-200);
		X00=(screen.width-WX00)/2;
		window.open(URL,"subwindow00","left="+X00+",top="+Y00+",width="+WX00+",height="+WY00+",scrollbars="+SCR+",menubar="+OPT+",status="+OPT+",toolbar="+OPT+",location="+OPT+"");
		}

