function mmLoadMenus() {
  if (window.mm_menu_products) return;
  window.mm_menu_products = new Menu("root",200,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#0066ff","#ffffff","#ccff66","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_products.addMenuItem("Product&nbsp;Overview","window.open('http://www.wind-smile.com/products/overview.html', '_self');");
  mm_menu_products.addMenuItem("1kW&nbsp;Wind&nbsp;Turbine","window.open('http://www.wind-smile.com/products/turbine-1kw.html', '_self');");
  mm_menu_products.addMenuItem("200W&nbsp;Wind&nbsp;Turbine","window.open('http://www.wind-smile.com/products/newtype.html', '_self');");
  mm_menu_products.addMenuItem("Case&nbsp;Study","window.open('http://www.wind-smile.com/products/case.html', '_self');");
  mm_menu_products.menuBorder=1;
  mm_menu_products.menuLiteBgColor='#ffffff';
  mm_menu_products.menuBorderBgColor='#555555';
  mm_menu_products.bgColor='#555555';
  window.mm_menu_technology = new Menu("root",140,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#0066ff","#ffffff","#ccff66","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_technology.addMenuItem("Utilized&nbsp;Technology","window.open('http://www.wind-smile.com/technology/utilized.html', '_self');");
  mm_menu_technology.addMenuItem("Features&nbsp;and&nbsp;Effects","window.open('http://www.wind-smile.com/technology/features.html', '_self');");
  mm_menu_technology.addMenuItem("FAQs","window.open('http://www.wind-smile.com/technology/faqs.html', '_self');");
  mm_menu_technology.hideOnMouseOut=true;
  mm_menu_technology.menuBorder=1;
  mm_menu_technology.menuLiteBgColor='#ffffff';
  mm_menu_technology.menuBorderBgColor='#555555';
  mm_menu_technology.bgColor='#555555';
  window.mm_menu_sales = new Menu("root",120,18,"Verdana, Arial, Helvetica, sans-serif",12,"#000000","#0066ff","#ffffff","#ccff66","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_sales.addMenuItem("Work&nbsp;with&nbsp;Us","window.open('http://www.wind-smile.com/sales/howto.html', '_self');");
  mm_menu_sales.addMenuItem("Inquiry&nbsp;Form","window.open('http://www.wind-smile.com/cgi-bin/mail/form.cgi', '_self');");
  mm_menu_sales.hideOnMouseOut=true;
  mm_menu_sales.menuBorder=1;
  mm_menu_sales.menuLiteBgColor='#ffffff';
  mm_menu_sales.menuBorderBgColor='#555555';
  mm_menu_sales.bgColor='#555555';
  mm_menu_sales.writeMenus();
} // mmLoadMenus()