// JavaScript Document


try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}


//お問合せフォーム
function form01(){
 win=window.open("https://www.tokyuhotels.co.jp/ja/cgi/contact/mail.cgi/TR_HAKUB","form01","location=yes,menubar=yes,scrollbars=yes,resizable=yes,width=595,height=445");
}

