<!-- 男性露天風呂 -->
function WinOpen1(){
window.open('./data/17101/01.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=300,height=400');
}
<!-- 女性露天風呂 -->
function WinOpen2(){
window.open('./data/17101/02.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
<!-- ロビー -->
function WinOpen3(){
window.open('./data/17101/03.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
<!-- 基本プランお料理イメージ -->
function WinOpen4(){
window.open('./data/17101/04.html','window2','resizable=1,scrollbars=0,menubar=0,directories=0,status=0,location=0,width=400,height=300');
}
