function fwLoadMenus() {

  if (window.fw_menu_0) return;

    window.product_en_Menu = new Menu("root",95,17,"Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003399");
    product_en_Menu.addMenuItem("jCalendar", "window.location.href ='http://www.jcalendar.de/en/products/jCalendar/index.html'");
    product_en_Menu.addMenuItem("jCalendarNet", "window.location.href ='http://www.jcalendar.de/en/products/jCalendarNet/index.html'");
    product_en_Menu.fontWeight="bold";
    product_en_Menu.hideOnMouseOut=true;

    window.download_en_Menu = new Menu("root",100,17,"Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003399");
    download_en_Menu.addMenuItem("jCalendar", "window.location.href ='http://www.jcalendar.de/en/download/jCalendar/index.html'");
    download_en_Menu.addMenuItem("jCalendarNet", "window.location.href ='http://www.jcalendar.de/en/download/jCalendarNet/index.html'");
    download_en_Menu.addMenuItem("Documentation", "window.location.href ='http://www.jcalendar.de/en/download/documentation/index.html'");
    download_en_Menu.fontWeight="bold";
    download_en_Menu.hideOnMouseOut=true;

    window.register_en_Menu = new Menu("root",80,17,"Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003399");
    register_en_Menu.addMenuItem("jCalendar", "window.location.href ='http://www.jcalendar.de/en/register/jCalendar/index.html'");
    register_en_Menu.addMenuItem("jCalendarNet", "window.location.href ='http://www.jcalendar.de/en/register/jCalendarNet/index.html'");
    register_en_Menu.fontWeight="bold";
    register_en_Menu.hideOnMouseOut=true;

    window.contact_en_Menu = new Menu("root",95,17,"Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#cccccc","#003399");
    contact_en_Menu.addMenuItem("Support", "window.location.href ='http://www.jcalendar.de/en/contact/support/index.html'");
    contact_en_Menu.addMenuItem("Newsletter", "window.location.href ='http://www.jcalendar.de/en/contact/newsletter/index.html'");    
    contact_en_Menu.fontWeight="bold";
    contact_en_Menu.hideOnMouseOut=true;

    contact_en_Menu.writeMenus();

}

fwLoadMenus();
