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=8;




with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontstyle="normal";
fontweight="bold";
align="center";
headerbgcolor="#003366";
offbgcolor="#003366";
offcolor="#FFFFFF";
onbgcolor="#AD1812";
oncolor="#ffffff";
align="center";
padding=6;
pagebgcolor="#003366";
pagecolor="#ffffff";
separatorcolor="#cccccc";
separatorsize=2;
subimagepadding=2;
itemwidth=170;

}
with(menuStyle2=new mm_style()){
bordercolor="#AD1812";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="60%";
fontstyle="normal";
fontweight="bold";
align="center";
headerbgcolor="#003366";
offbgcolor="#003366";
offcolor="#ffffff";
onbgcolor="#AD1812";
oncolor="#ffffff";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#003366";
separatorsize=1;
subimagepadding=2;
itemwidth=160;
}


with(milonic=new menuname("Company")){
overflow="scroll";
style=menuStyle2;
aI("text=HISTORY;url=company/history;")
aI("text=PEOPLE;url=company/people;")
aI("text=MANAGEMENT SYSTEMS;url=company/management;")
aI("text=PLANT;url=company/plant;")
}

with(milonic=new menuname("Services")){
style=menuStyle2;
aI("text=COMPLEX SCREENING;url=services/complex_screening;");
aI("text=SOILS WASHING;url=services/soils_washing;");
aI("text=STABILISATION;url=services/stabilisation;");
aI("text=BIO-REMEDIATION;url=services/bio_remediation;");
aI("text=GROUNDWATER TREATMENT;url=services/groundwater_treatment;");
aI("text=COMPLEMENTARY PROCESSES;url=services/complementary_processes;");
aI("text=SCOPE & AREA;url=services/scope_area;");
}
with(milonic=new menuname("Experience")){
style=menuStyle2;
aI("text=CASE STUDIES;url=experience/case;");
}
with(milonic=new menuname("Recruitment")){
style=menuStyle2;
aI("text=CURRENT VACANCIES;url=recruitment/vacancies;");
aI("text=DIVERSITY &amp; EQUALITY;url=recruitment/diversity;");
aI("text=TRAINING &amp; DEVELOPMENT;url=recruitment/training;");
}
with(milonic=new menuname("Contacts")){
style=menuStyle2;
aI("text=REQUEST INFORMATION;url=contacts/contact_form;");
aI("text=LOCATION MAPS &amp; DIRECTIONS;url=contacts/directions;");
aI("text=EXPERIENCED PROBLEMS;url=contacts/problems;");
}

drawMenus();


