//井筒屋物語：：：ポップアップウインドウ

function openWin01(){
	sbwin=window.open("http://www.izutsuya.co.jp/monogatari/index.html","monogatari","status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=516,height=570");
	sbwin.focus();
}


//福岡沖地震義援金お願い：：：ポップアップウインドウ

function openWin02(){
	sbwin=window.open("other/shinsai/index.html","shinsai","status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=516,height=470");
	sbwin.focus();
}


//博多：：：フロアガイド
function openFloor(theURL) {
features = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no";
var wintop = 0;
var winleft = 0;
var winwidth = screen.width;
var winheight = screen.height;
newstate = features+',top='+wintop+',left='+winleft+',width='+winwidth+',height='+winheight;
win = window.open(theURL,"win",newstate);
win.window.focus();
}