<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function ctrlWin() { window.opener.location.href = "reservation/before-re.html"; }

flg=true;
function setMsgTenmetu(){
if(flg){
document.getElementById("msgid2").innerHTML="同伴のお客様全員に割引が適応されます。";
}else{
document.getElementById("msgid2").innerHTML="&nbsp;&nbsp;";
}
flg=!flg;
setTimeout("setMsgTenmetu()",500);
}

function addBookmark(title,url) {
     if (window.sidebar) {
         window.sidebar.addPanel(title, url,"");
     } else if( document.all ) {
         window.external.AddFavorite( url, title);
     } else if( window.opera && window.print ) {
         return true;
     }
}

//-->