
<!--
//掲示板URL
function newwin000(){ new0=window.open("");}


//other-menuのURL-ここから-
	//フルパスでなくて構いません。【top.swf】からのパスを必ず通して下さい！！（4つ目参照）
function newwin01(){ new0=window.open("http://kajipito.kiraku.org/","window01","SCROLLBARS=yes,resizable=yes, menubar=0,directories=0,status=yes,location=0,width=800,height=650");}

function newwin02(){ new0=window.open("http://kiraku.org/rera/QR_Code.jpg","window02","SCROLLBARS=yes,resizable=yes, menubar=yes,directories=yes,status=yes,location=yes,width=200,height=200");}

function newwin03(){ new0=window.open("http://rera05.kiraku.org/","window03","SCROLLBARS=no,resizable=yes, menubar=0,directories=0,status=0,location=0,width=700,height=450");}

function newwin04(){ new0=window.open("index.html","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)
}

//-->






