<!--//掲示板URLfunction newwin000(){ new0=window.open("http://hpcgi1.nifty.com/one_and_only/ape/apeboard_plus.cgi","window000","SCROLLBARS=yes,resizable=yes, menubar=0,directories=0,status=yes,location=0,width=450,height=650");}//other-menuのURL-ここから-	//フルパスでなくて構いません。【top.swf】からのパスを必ず通して下さい！！（4つ目参照）function newwin01(){ new0=window.open("http://kan-gen.com/","window01","SCROLLBARS=yes,resizable=yes, menubar=0,directories=0,status=yes,location=0,width=800,height=650");}function newwin02(){ new0=window.open("http://homepage2.nifty.com/tomoca/","window02","SCROLLBARS=yes,resizable=yes, menubar=yes,directories=yes,status=yes,location=yes,width=800,height=650");}function newwin03(){ new0=window.open("http://www.sweet-soul.com/","window03","SCROLLBARS=no,resizable=yes, menubar=0,directories=0,status=0,location=0,width=700,height=450");}function newwin04(){ new0=window.open("http://kan-gen.com/","window04","SCROLLBARS=yes,resizable=yes, menubar=0,directories=0,status=yes,location=0,width=800,height=550");}//other-menuのURL-ここまで-//--><!--//その他のjavascript（左から右にウインドウが現れ中央でウインドウが静止するjavascriptです。）//こちらのjavascriptをご使用の際は、下記 function newwinの値を上記の値、掲示板ならfunction newwin000()、//その他はfunction newwin01〜04の値に修正後、同じ値のものが2つも存在しないように必要の無い方を消去して下さい。//「//」から後はコメント文なのでUPする際に消去していただいて構いません。function centerwin(url,name,l,w,h,x){var _l=(screen.width-w)/2var t=(screen.height-h)/2var win=window.open("",name,"left="+l+",top="+t+",width="+w+",height="+h+",scrollbars=yes")win.moveTo(l,t)win.focus()for(var i=0;i<Math.floor(Math.abs((_l-l)/x));i++){win.moveBy(x*(_l-l>0?1:-1),0)}win.moveBy((_l-l)%x,0)win.location.href=urlreturn win}function newwin1(){var w=centerwin("xxx.html","newwin1",0,600,650,5)}function newwin2(){var w=centerwin("xxx.html","newwin2",0,600,650,5)}//-->