fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;




with(companymenuStyle=new mm_style()){
styleid=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#004612";
offbgcolor="#b56065";
offcolor="#FFFFFF";
onbgcolor="#41734e";
oncolor="#ffffff";
onsubimage="white_arrow.gif";
padding=5;
pagebgcolor="#b56065";
pagecolor="#ffffff";
subimage="arrow.gif";
subimagepadding=2;
}


with(servicesmenuStyle=new mm_style()){
styleid=3;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#004612";
offbgcolor="#b56065";
offcolor="#FFFFFF";
onbgcolor="#41734e";
oncolor="#ffffff";
onsubimage="white_arrow.gif";
padding=5;
pagebgcolor="#b56065";
pagecolor="#ffffff";
subimage="arrow.gif";
subimagepadding=2;
}





with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#ffffff";
borderstyle="dotted";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#004612";
offbgcolor="transparent";
offcolor="#ffffff";
oncolor="#004612";
padding=5;
}



with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("offbgcolor=transparent;text=Welkom;url=index.html;");
aI("offbgcolor=transparent;showmenu=company;text=Ons bedrijf;url=company.html;");
aI("offbgcolor=transparent;showmenu=services;text=Onze producten;url=services.html;");
aI("offbgcolor=transparent;showmenu=facilities;text=Onze faciliteiten;url=facilities.html;");
aI("offbgcolor=transparent;showmenu=quality;text=Onze kwaliteit;url=quality.html;");
aI("offbgcolor=transparent;showmenu=clients;text=Onze klanten;url=clients.html;");
aI("offbgcolor=transparent;text=Contact;url=contact.html;");
}



with(milonic=new menuname("company")){
overflow="scroll";
style=companymenuStyle;
aI("text=Onze missie en visie;url=company_mission.html;")
aI("text=Onze meerwaarde;url=company_value.html;")
aI("text=Vacatures;url=company_opportunities.html;")
}


with(milonic=new menuname("services")){
style=servicesmenuStyle;
aI("text=Onze diensten;url=services_products.html;")
aI("text=Onze service;url=services_support.html;")
aI("text=Verkoopvoorwaarden;url=services_terms.html;")
}


with(milonic=new menuname("facilities")){
style=servicesmenuStyle;
aI("text=Verpakkingsmogelijkheden;url=facilities_packaging.html;")
}

with(milonic=new menuname("quality")){
style=servicesmenuStyle;
aI("text=Kwaliteitsdienst;url=quality_staff.html;")
aI("text=Milieu;url=quality_environment.html;")
}

with(milonic=new menuname("clients")){
style=servicesmenuStyle;
aI("text=Zusterbedrijven;url=clients_bu.html;")
}

drawMenus();




