<!--
//掲示板URL

function newwin00(){ new0=window.open("http://gidaikote.11.bbs.fc2.com/","window00","SCROLLBARS=yes,resizable=yes, menubar=0,directories=0,status=yes,location=0,width=650,height=650");}


//other-menuのURL-ここから-
	//フルパスでなくて構いません。【top.swf】からのパスを必ず通して下さい！！
function newwin01(){ new0=window.open("mousou/man.html","window01","SCROLLBARS=no,resizable=yes, menubar=no,directories=no,status=yes,location=no,width=600,height=480");}

function newwin02(){ new0=window.open("saikin/saikin.html","window02","SCROLLBARS=no,resizable=yes, menubar=no,directories=no,status=yes,location=no,width=530,height=250");}

function newwin03(){ new0=window.open("album/album.html","window03","SCROLLBARS=no,resizable=yes, menubar=no,directories=no,status=no,location=no,width=550,height=430");}

function newwin04(){ new0=window.open("members/members.html","window04","SCROLLBARS=yes,resizable=yes, menubar=yes,directories=yes,status=yes,location=yes,width=180,height=200");}
//other-menuのURL-ここまで-

//-->




<!--
//その他のjavascript（左から右にウインドウが現れ中央でウインドウが静止するjavascriptです。）

//こちらのjavascriptをご使用の際は、下記 function newwinの値を上記の値、掲示板ならfunction newwin00()、
//その他は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)
}

//-->






