// -- ウインドウオープン<!--function wopen(file,name,scrl,wid,hei){var wo1;	wo1=window.open(file,name,"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+scrl+",resizable=1,copyhistory=0,width="+wid+",height="+hei)//開いたウインドウを全面に出すwo1.focus();}//-->
