//オープニングウィンドfunction opW(){	opWin = window.open("./kenma/kenma/top.html","op","width=560,height=580,scrollbars=yes,resizable=yes");	opWin.focus();}//絹磨TOP/*function winOpn(){w = 950;h = 790;x = (screen.width - w) / 2;y = (screen.height - h) / 2;resizeTo(w,h);moveTo(x,y); location.href="../index.html";}*/function winOpn(){w = 950;h = 700;x = (screen.width - w) / 2;y = (screen.height - h) / 2;moveTo(x,y); /*opWin2 = window.open("../index.html","op2","width="+w+",height="+h+",top="+y+",left="+x+"scrollbars=yes,resizable=yes,menubar=yes,location=yes,directories=yes,status=yes,toolbar=yes,scrollbars=yes");window.close();opWin2.focus();}*/resizeTo(w,h);moveTo(x,y); location.href="http://www.jotaro.net/kenma/index.html";}