<!--
 /* ポップアップウインドウを開く */
function openwin(url) {
 w = window.open(url, 'sabita','width=600,height=600,status=no,scrollbars=yes,directories=no,menubar=no,resizable=yes,toolbar=no');
}

document.write('<table border="0" cellpadding="0" cellspacing="0" align="center" id="header"><tr>');
document.write('<td valign="bottom" width="455">');
document.write('<a href="../index.html"><img src="../img/head_title.gif" width="170" height="15" alt="川湯温泉　御園ホテル" border="0"></td>');
document.write('<td valign="bottom" align="right" width="90">');
document.write('<a href="#" onclick="location.href='+"'https://secure.toph.jp/rsv/?hotelCode=1002'"+';return false"><img src="../img/b_reserved_n.gif" width="90" height="15" alt="宿泊のご予約" border="0"></a></td>');
document.write('<td valign="bottom" align="right" width="65">');
document.write('<a href="../08publick/mail.html" target=\"_blank\"><img src="../img/b_mail_n.gif" width="65" height="15" alt="お問合せ" border="0"></a></td>');
document.write('<td valign="bottom" align="right" width="10">');
document.write('<img src="../img/head_line.gif" width="10" height="15"></td>');
document.write('<td valign="bottom" align="right" width="80">');
document.write('<a href=\"../09sabita/index.html\" target=\"_blank\"><img src="../img/b_sabita_n.gif" width="80" height="15" alt="サビタ情報" border="0"></a></td>');
document.write('</tr></table>');

//-->