// ウインドウオープン用スクリプト
// ver.1.01
// Hument Inc.

      function window1(win1) { 
      win=window.open(win1,"new","toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1,width=800,height=600");
      } 
      function window2(win1) { 
      win=window.open(win1,"new2","toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=850,height=600");
      } 

//ウインドウクローズ用スクリプト
	function closewindow() {
		close()
	}
