


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#66CCCC";
oncolor="#ffffff";
offbgcolor="#95FFFF";
offcolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=5;
separatorcolor="#66CCCC";
separatorsize="2";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#95FFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=130;
left=10;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=../index.htm;");
aI("text=About Us;showmenu=About;");
aI("text=News;showmenu=News;");
aI("text=Sectors;showmenu=Sectors;");
aI("text=Products;showmenu=Products;");
aI("text=Contact Us;showmenu=Contact;");
aI("text=Useful Links;url=../UsefulLinks.htm;");
aI("text=Search;url=../Search.html;");
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=General;url=../AboutUs.htm;");
aI("text=The Horne Brand;url=../Brand.htm;");
aI("text=Approvals;url=../Approvals.htm;");
aI("text=Our Guarantee;url=../Guarantee.htm;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Market News;url=../MarketNews.htm;");
aI("text=Press Releases;url=../PressRelease.htm;");
aI("text=Horne Adverts;showmenu=Adverts;");
aI("text=Other News;url=../OtherNews.htm;");
}

with(milonic=new menuname("Adverts")){
style=menuStyle;
aI("text=No More Gambling with Temperature Control;url=../Documents/NoMoreGambling.pdf; target=_blank;");
aI("text=Have You Made the Connection Yet?;url=../Documents/HaveYouMadeTheConnection.pdf; target=_blank;");
aI("text=Installation...it's Child's Play;url=../Documents/TSV1 Childs Play.pdf; target=_blank;");
aI("text=The Right Formula for Performance Showering;url=../Documents/Right Formula.pdf; target=_blank;");
aI("text=Group Showering at your Leisure;url=../Documents/GroupShoweringAtYourLeisure.pdf; target=_blank;");
aI("text=Not Too Hot;url=../Documents/HeatstatT2Advert.pdf; target=_blank;");}

with(milonic=new menuname("Sectors")){
style=menuStyle;
aI("text=General;url=../Projects.htm;");
aI("text=Healthcare;url=../HealthcareSector.htm;");
aI("text=Leisure;url=../LeisureSector.htm;");
aI("text=Education;url=../EducationSector.htm;");
aI("text=Secure;url=../SecureSector.htm;");
aI("text=Social Housing;url=../SocialHousing.htm;");
aI("text=Plant Room;url=../PlantRoom.htm;");
}

with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=Overview;url=../Products.htm;");
aI("text=Thermostatic Medical Tap;url=../optitherm; target=_self");
aI("text=Thermostatic Mixing Valves;showmenu=TMV;");
aI("text=Shower Panels;url=../shower_animation/400kbps/index.html; target=_blank");
aI("text=Accessories;url=../Accessories.htm;");
aI("text=Specifications;url=../Specifications.htm;");
aI("text=Documents;showmenu=Documents;");
aI("text=Availability;url=../ProductAvailability.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Request Information;url=../RequestInfo.htm;");
aI("text=UK Area Representatives;url=../UKsalesReps.htm;");
aI("text=Export Enquiries;url=../Export.htm;");
aI("text=Feedback;url=../UserFeedback.htm;");
}

with(milonic=new menuname("TMV")){
style=menuStyle;
aI("text=15mm TMV;url=../Horne15.htm;");
aI("text=22mm TMV;showmenu=22mmTMVs;");
aI("text=28mm TMV;url=../Horne25.htm;");
aI("text=32mm TMV;url=../Horne32.htm;");
aI("text=40mm TMV;url=../Horne40Horne50.htm;");
aI("text=50mm TMV;url=../Horne40Horne50.htm;");
}

with(milonic=new menuname("22mmTMVs")){
style=menuStyle;
aI("text=HORNE 20;url=../Horne20.htm;");
aI("text=HEATSTAT T2 (TMV2);url=../HeatstatT2.htm;");
}

with(milonic=new menuname("Documents")){
style=menuStyle;
aI("text=Sales Literature;url=../SalesLiterature.htm;");
aI("text=Line Drawings;url=../Dimensions.htm;");
aI("text=Installation Instructions;url=../Instructions.htm;");
}

drawMenus();

