// ウインドウオープン用スクリプト
// ver.1.01

      function window1(win1) { 
      win=window.open(win1,"new","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=810,height=590");
      } 

      function window2(win2) { 
      win=window.open(win2,"new","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=570,height=600");
      } 


//ウインドウクローズ用スクリプト
	function closewindow() {
		close()
	}
