function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",95,20,"Verdana, Arial, Helvetica, sans-serif",12,"#59779B","#59779B","#A2BAD6","#EFC902");
  fw_menu_0.addMenuItem("Adresse","location='adresse.htm'");
   fw_menu_0.addMenuItem("Kontakt os","location='kontakt.htm'");

   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",123,20,"Verdana, Arial, Helvetica, sans-serif",12,"#59779B","#59779B","#A2BAD6","#EFC902");
  fw_menu_1.addMenuItem("Online booking","location='online.htm'");
  fw_menu_1.addMenuItem("Hotel søgning","location='enquiries.htm'");
  fw_menu_1.addMenuItem("Priser","location='priser.htm'");
  fw_menu_1.addMenuItem("Grupperejser","location='grupperejser.htm'");
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",128,20,"Verdana, Arial, Helvetica, sans-serif",12,"#59779B","#59779B","#A2BAD6","#EFC902");
  fw_menu_2.addMenuItem("Spisesteder","location='spisesteder.htm'");
  fw_menu_2.addMenuItem("Bar","location='bar.htm'");
  fw_menu_2.addMenuItem("Galleri af hotellet","location='galleri.htm'");
   fw_menu_2.hideOnMouseOut=true;

  fw_menu_2.writeMenus();

}




function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
  
  
}