// 交通案内／案内地図
function subWinmap(){
window.open("map.html","windowmap","left=0,top=0,resizable=yes,menubar=yes,directories=no,status=no,location=no,scrollbars=yes,width=640,height=470");
}

// 料金／優待料金
function subWinprice(){
window.open("price.cgi","windowprice","left=0,top=0,resizable=yes,menubar=yes,directories=no,status=no,location=no,scrollbars=yes,width=545,height=350");
}

// 予約／予約カレンダー
function subWincal(){
window.open("calendar/cal.html","windowcal","left=0,top=0,resizable=no,menubar=yes,directories=no,status=no,location=no,scrollbars=yes,width=360,height=360");
}

// ライブ映像配信／ライブ映像
function subWinlive(){
window.open("live/index.html","windowlive","left=0,top=0,resizable=no,menubar=no,directories=no,status=no,location=no,scrollbars=no,width=640,height=380");
}

// 汎用ポップアップ
function PopUp() {
	var PopUpWin =
	window.open('','new',',left=0,top=0,toolbar=no,scrollbars=yes,resizable=yes,location=no,menubar=yes,status=no,directories=no,width=480,height=360');
}
