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=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#000000";
onbgcolor="#4F8EB6";
oncolor="#000099";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=12;
orientation="horizontal";
style=menuStyle;
top=55;
aI("text=IrrIgonIcs;url=index.htm;");
aI("showmenu=company;text=company;");
aI("showmenu=services;text=services;");
aI("showmenu=information;text=information;");
aI("showmenu=news;text=news;");
aI("showmenu=links;text=links;");
}

with(milonic=new menuname("company")){
overflow="scroll";
style=menuStyle;
aI("text=corporate overview;url=overview.htm;")
aI("text=contact us;url=contact_us.htm;")

}

with(milonic=new menuname("information")){
overflow="scroll";
style=menuStyle;
aI("text=Legionella;url=information.htm;")

}

with(milonic=new menuname("services")){
style=menuStyle;
aI("text=water risk assessment;url=services.htm#water_risk_assessment;");
aI("text=remedial works to water systems;url=services.htm#remedial_works;");
aI("text=water tank re-lines;url=services.htm#remedial_works;");
aI("text=water tank replacement;url=services.htm#remedial_works;");
aI("text=water system cleanse & chlorination;url=services.htm#remedial_works;");
aI("text=water quality monitoring contracts;url=services.htm#water_quality_monitoring;");
aI("text=water sampling & testing;url=services.htm#water_sampling;");
aI("text=water consultancy services;url=services.htm#water_consultancy;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=recent articles;url=news_recent.htm;");
aI("text=archive news;url=news_archive.htm;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=links to sites;url=links_to_sites.htm;");
}

drawMenus();

