function go_rsv(){
  document.rsv.submit();
  return true;
}
function go_rest(){
  document.rest.submit();
}
function go_est(){
  window.open('','est','width=650,height=350,toolbar=no,scrollbars=yes,resizable');
  document.est.submit();
}
function go_meal(p1){
  var frm = document.meal;
  window.open('','meal','width=700,height=550,toolbar=no,scrollbars=yes,resizable');
  frm.div.value = p1;
  document.meal.submit();
}
function go_bath(p1){
  window.open('','bath','width=700,height=550,toolbar=no,scrollbars=yes,resizable');
  document.bath.submit();
}
function go_detail(){
  document.detail.submit();
  var frm = document.detail;
  return true;
}

