<!-- 夜食処 -->
function WinOpen1(){
window.open('./data/13002/01.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
<!-- ティーラウンジ -->
function WinOpen2(){
window.open('./data/13002/02.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
<!-- 露天風呂・おぼろ -->
function WinOpen3(){
window.open('./data/13002/03.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
<!-- 客室 -->
function WinOpen4(){
window.open('./data/13002/04.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
