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

