﻿// Provides the content of the main menu.

function mmLoadMenus(rootPath) {
    if (window.mm_menu_home) return;
    
    window.mm_menu_home = new Menu("root",170,23,"Tahoma",11,"#FFFFFF","#FFFFFF","#339F41","#00520A","left","middle",3,1,300,-2,2,true,true,true,5,false,false);
    mm_menu_home.addMenuItem("Private&nbsp;woodland&nbsp;owners","location='"+rootPath+"privateowners.aspx'");
    mm_menu_home.addMenuItem("Engineers&nbsp;and&nbsp;technicians","location='"+rootPath+"technicians.aspx'");
    mm_menu_home.addMenuItem("Wood&nbsp;buyers","location='"+rootPath+"woodbuyers.aspx'");
    mm_menu_home.addMenuItem("Carriers","location='"+rootPath+"transporters.aspx'");
    mm_menu_home.addMenuItem("Investors","location='"+rootPath+"investors.aspx'");
    mm_menu_home.fontWeight="bold";
    mm_menu_home.hideOnMouseOut=true;
    mm_menu_home.bgColor='#1C6F1D';
    mm_menu_home.menuBorder=1;
    mm_menu_home.menuLiteBgColor='#5BB56B';
    mm_menu_home.menuBorderBgColor='#00520A';
    
    window.mm_menu_software = new Menu("root",150,23,"Tahoma",11,"#FFFFFF","#FFFFFF","#339F41","#00520A","left","middle",3,1,300,-2,2,true,true,true,5,false,false);
    mm_menu_software.addMenuItem("Offers&nbsp;comparison","location='"+rootPath+"software/offerscomparison.aspx'");
    mm_menu_software.addMenuItem("Harvest&nbsp;management","location='"+rootPath+"software/harvestmanagement.aspx'");
    mm_menu_software.addMenuItem("Other&nbsp;functions","location='"+rootPath+"software/otherfunctions.aspx'");
    mm_menu_software.fontWeight="bold";
    mm_menu_software.hideOnMouseOut=true;
    mm_menu_software.bgColor='#1C6F1D';
    mm_menu_software.menuBorder=1;
    mm_menu_software.menuLiteBgColor='#5BB56B';
    mm_menu_software.menuBorderBgColor='#00520A';

    window.mm_menu_forestry = new Menu("root",150,23,"Tahoma",11,"#FFFFFF","#FFFFFF","#339F41","#00520A","left","middle",3,1,300,-2,2,true,true,true,5,false,false);
    mm_menu_forestry.addMenuItem("Advantages","location='"+rootPath+"forestry/default.aspx'");
    mm_menu_forestry.fontWeight="bold";
    mm_menu_forestry.hideOnMouseOut=true;
    mm_menu_forestry.bgColor='#1C6F1D';
    mm_menu_forestry.menuBorder=1;
    mm_menu_forestry.menuLiteBgColor='#5BB56B';
    mm_menu_forestry.menuBorderBgColor='#00520A';
    
    window.mm_menu_community_links = new Menu("Useful&nbsp;links",120,23,"Tahoma",11,"#FFFFFF","#FFFFFF","#339F41","#00520A","left","middle",3,1,300,-2,2,true,true,true,5,false,false);
    mm_menu_community_links.addMenuItem("Wood&nbsp;buyers","location='"+rootPath+"community/linkswoodbuyers.aspx'");
    mm_menu_community_links.addMenuItem("Carriers","location='"+rootPath+"community/linkstransporters.aspx'");
    mm_menu_community_links.addMenuItem("Related&nbsp;services","location='"+rootPath+"community/linksservices.aspx'");
    mm_menu_community_links.addMenuItem("Public&nbsp;agencies","location='"+rootPath+"community/linksagencies.aspx'");
    mm_menu_community_links.fontWeight="bold";
    mm_menu_community_links.hideOnMouseOut=true;
    mm_menu_community_links.bgColor='#1C6F1D';
    mm_menu_community_links.menuBorder=1;
    mm_menu_community_links.menuLiteBgColor='#5BB56B';
    mm_menu_community_links.menuBorderBgColor='#00520A';
    
    window.mm_menu_community = new Menu("root",140,23,"Tahoma",11,"#FFFFFF","#FFFFFF","#339F41","#00520A","left","middle",3,1,300,-2,2,true,true,true,5,false,false);
    mm_menu_community.addMenuItem("Forum","location='"+rootPath+"community/forum.aspx'");
    mm_menu_community.addMenuItem("Newsletter","location='"+rootPath+"newsletter.aspx'");
    mm_menu_community.addMenuItem("Live&nbsp;Events","location='"+rootPath+"community/events.aspx'");
    mm_menu_community.addMenuItem(mm_menu_community_links,"location='"+rootPath+"community/links.aspx'");
    mm_menu_community.addMenuItem("Recomend&nbsp;to&nbsp;a&nbsp;friend","location='"+rootPath+"community/recommend.aspx'");
    mm_menu_community.fontWeight="bold";
    mm_menu_community.hideOnMouseOut=true;
    mm_menu_community.childMenuIcon=rootPath+'images/menu_arrow.gif';
    mm_menu_community.bgColor='#1C6F1D';
    mm_menu_community.menuBorder=1;
    mm_menu_community.menuLiteBgColor='#5BB56B';
    mm_menu_community.menuBorderBgColor='#00520A';
    
    window.mm_menu_company = new Menu("root",110,23,"Tahoma",11,"#FFFFFF","#FFFFFF","#339F41","#00520A","left","middle",3,1,300,-2,2,true,true,true,5,false,false);
    mm_menu_company.addMenuItem("Our&nbsp;mission","location='"+rootPath+"company/mission.aspx'");
    mm_menu_company.addMenuItem("News","location='"+rootPath+"company/news.aspx'");
    mm_menu_company.addMenuItem("Testimonials","location='"+rootPath+"company/testimonials.aspx'");
    mm_menu_company.addMenuItem("Contact&nbsp;us","location='"+rootPath+"company/contact_us.aspx'");
    mm_menu_company.fontWeight="bold";
    mm_menu_company.hideOnMouseOut=true;
    mm_menu_company.bgColor='#1C6F1D';
    mm_menu_company.menuBorder=1;
    mm_menu_company.menuLiteBgColor='#5BB56B';
    mm_menu_company.menuBorderBgColor='#00520A';
    
    window.mm_menu_buy = new Menu("root",125,23,"Tahoma",11,"#FFFFFF","#FFFFFF","#339F41","#00520A","left","middle",3,1,300,-2,2,true,true,true,5,false,false);
    mm_menu_buy.addMenuItem("Formana&nbsp;Harvest","location='/store/en/10Expand.asp?ProductCode=HM'");
    mm_menu_buy.addMenuItem("Formana&nbsp;Inventory","location='/store/en/10Expand.asp?ProductCode=IM'");
    //mm_menu_buy.addMenuItem("Equipment","location='#'");
    mm_menu_buy.fontWeight="bold";
    mm_menu_buy.hideOnMouseOut=true;
    mm_menu_buy.bgColor='#1C6F1D';
    mm_menu_buy.menuBorder=1;
    mm_menu_buy.menuLiteBgColor='#5BB56B';
    mm_menu_buy.menuBorderBgColor='#00520A';

    mm_menu_home.writeMenus();
}