function fwLoadMenus() {
  if (window.fw_menu_0) return;

  window.fw_menu_0 = new Menu("root",250,30,"Trebuchet MS","9pt","#000","#000","#fff","#CCCCCC");
  fw_menu_0.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Bestellformular","location='form/Bestellform.xls'");
  fw_menu_0.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Retourenformular","location='form/Retourenanzeige.doc'");
  fw_menu_0.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Katalog/Downloads","location='Katalog.htm'");
  fw_menu_0.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Firmenprofil","location='pdf/Firmenprofil.pdf'");
  fw_menu_0.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> AGB","location='AGB.htm'");
  fw_menu_0.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Banner","location='Banner.htm'");
  
  fw_menu_0.hideOnMouseOut=true;
  
  window.fw_menu_1 = new Menu("root",250,30,"Trebuchet MS","9pt","#000","#000","#fff","#CCCCCC");
  fw_menu_1.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Nager","location='Nager.htm'");
  fw_menu_1.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Vogel","location='Vogel.htm'");
  fw_menu_1.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Aquaristik","location='Aquaristik.htm'");
  fw_menu_1.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Hund","location='Hund.htm'");
  fw_menu_1.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Katze","location='Katze.htm'");
  fw_menu_1.addMenuItem("<span style=\"color:#e1001b;\">&gt;&gt;</span> Terraristik","location='Terraristik.htm'");
  
  fw_menu_1.hideOnMouseOut=true;
  

  fw_menu_1.writeMenus();
  fw_menu_0.writeMenus(); 
} 
