function fwLoadMenus() {
  if (window.Products) return;
  window.Products = new Menu("root",100,15,"Verdana, Arial, Helvetica, sans-serif",9,"#0C6591","#ffffff","#E6E6E6","#666666");
  Products.addMenuItem("Business Cards","location='prod_cards.html'");
  Products.addMenuItem("Postcards","location='postcards.html'");
  Products.addMenuItem("Magnets","location='magnets.html'");
  Products.addMenuItem("Brochures/Flyers","location='brochures.html'");
  Products.addMenuItem("Return Address Labels","location='return.html'");
  Products.addMenuItem("Invitations","location='postcards.html'");
  Products.addMenuItem("NCR-forms","location='ncr.html'");
  Products.addMenuItem("Banners","location='banners.html'");
  Products.addMenuItem("Envelopes","location='envelopes.html'");
  Products.addMenuItem("Large posters","location='large.html'");
  Products.hideOnMouseOut=true;

  if (window.Servises) return;
  window.Servises = new Menu("root",100,15,"Verdana, Arial, Helvetica, sans-serif",9,"#0C6591","#ffffff","#E6E6E6","#666666");
  Servises.addMenuItem("Custom disign","location='services.html'");
  Servises.hideOnMouseOut=true;

  Servises.writeMenus();
} // fwLoadMenus()
