function fwLoadMenus() {
if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",120,25,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffcccc","#006699","#CC3366");
fw_menu_0.addMenuItem("Create an Advert","location='index.php?page=MaintainAdverts'");
fw_menu_0.addMenuItem("Ask the vet","location='index.php?page=Ask-the-vet'");
fw_menu_0.addMenuItem("Fact Sheets","location='index.php?page=Pet-facts'");
fw_menu_0.addMenuItem("Lost & found","location='index.php?page=Lost-pets'");

fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",100,20,"Verdana, Arial, Helvetica, sans-serif",10,"#ffffff","#ffcccc","#006699","#CC3366");
fw_menu_1.addMenuItem("Product 1","location='product1.htm'");
fw_menu_1.addMenuItem("Product 2","location='product2.htm'");
fw_menu_1.addMenuItem("Product 3","location='product3.htm'");
fw_menu_1.hideOnMouseOut=true; 
fw_menu_1.writeMenus();
} // fwLoadMenus()