
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/
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="#1b65a8";
borderstyle="";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#FFFFFF";
offbgcolor="#03549f";
offcolor="#ffffff";
onbgcolor="#03549f";
oncolor="#FFFFFF";
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="#000000";
separatorcolor="#999999";
separatorsize=0;
subimage="arrow.gif";
subimagepadding=2;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=260;
orientation="horizontal";
style=menuStyle;
top=82;
aI("text= Homepage  |;url=/index.html;status=Back To Home Page;");
aI("text=About Yardney;showmenu=about;");
aI("text=Product Applications  |;showmenu=apps;");
aI("text=Products A to Z  |;url=/atoz.html;");
aI("text=Contact Yardney;url=/contact.html;");

}

with(milonic=new menuname("apps")){
style=menuStyle;
overflow="scroll";
aI("text=Applications Overview;url=/applications.html;");
aI("text=HVAC;showmenu=hvac;");
aI("text=Industrial Process;showmenu=industrial;");
aI("text=Agricultural and Greenhouse;showmenu=ag;");
aI("text=Golf and Turf Irrigation;showmenu=golf;");

}


with(milonic=new menuname("hvac")){
style=menuStyle;
aI("text=Information;url=/hvacinfo.html;");
aI("text=Products;showmenu=hvacprod;");

}

with(milonic=new menuname("hvacprod")){
style=menuStyle;
aI("text=RCW-Automatic High Rate Sand Media Filters;url=/rcw.html;");
aI("text=Centrifugal Separators;url=/centrifugal.html;");
aI("text=Automatic High Rate Sand Media Filters;url=/autohighrate.html;");
aI("text=Automatic Deep Bed Sand Media Filters;url=/deepbed.html;");
aI("text=Automatic Multi-Media Filters;url=/multimedia.html;");
aI("text=Self Cleaning Pump Suction Screens;url=/selfcleaning.html;");
aI("text=Manual Clean Maxi-Clean Screen Filters;url=/maxiclean.html;");
}

with(milonic=new menuname("golf")){
style=menuStyle;
aI("text=Info;url=/golfinfo.html;");
aI("text=Products;showmenu=golfprod;");

}
with(milonic=new menuname("golfprod")){
style=menuStyle;
aI("text=Self Cleaning Pump Suction Screens;url=/selfcleaning.html;");
aI("text=Maxi-Flush Auto-Backwashing Screen Filters;url=/maxiflush.html;");
aI("text=Golf and Turf - Irrigation Sand Media Filters;url=/irrigation.html;");
aI("text=Centrifugal Separators;url=/centrifugal.html;");

}

with(milonic=new menuname("ag")){
style=menuStyle;
aI("text=Agricultural & Greenhouse Irrigation Info;url=/aginfo.html;");
aI("text=Agricultural & Greenhouse Irrigation Products;showmenu=agprod;");

}
with(milonic=new menuname("agprod")){
style=menuStyle;
aI("text=Self Cleaning Pump Suction Screens;url=/selfcleaning.html;");
aI("text=Centrifugal Separators;url=/centrifugal.html;");
aI("text=Irrigation Sand Media Filters;url=/irrigation.html;");
aI("text=High Rate Basket Strainers;url=/basket.html;");
aI("text=Manual Clean Maxi-Clean Screen Filters;url=/maxiclean.html;");
aI("text=Stainless Steel -Thru-Flush- Screen Filters;url=/ss.html;");
aI("text=Maxi-Flush Auto-Backwashing Screen Filters;url=/maxiflush.html;");
aI("text=Spin Flow¨ Manual Clean Screen Filters;url=/spinflow.html;");
aI("text=Fertilizer Tanks;url=/fertilizer.html;");


}
with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Company Profile;url=/profile.html;");
aI("text=News Releases;url=/news.html;");
aI("text=Success Stories;url=/success.html;");
aI("text=Brochures;url=/broch.html;");
}

with(milonic=new menuname("indprod")){
style=menuStyle;
aI("text=Centrifugal Separators;url=/centrifugal.html;");
aI("text=Automatic High Rate Sand Media Filters;url=/autohighrate.html;");
aI("text=Automatic Deep Bed Sand Media Filters;url=/deepbed.html;");
aI("text=Automatic Multi-Media Filters;url=/multimedia.html;");
aI("text=Automatic Granular Activated Carbon Filters;url=/gac.html;");
aI("text=Self Cleaning Pump Suction Screens;url=/selfcleaning.html;");
aI("text=Manual Clean Maxi-Clean Screen Filters;url=/maxiclean.html;");
aI("text=Stainless Steel -Thru-Flush- Screen Filters;url=/ss.html;");
aI("text=Maxi-Flush Auto-Backwashing Screen Filters;url=/maxiflush.html;");
aI("text=High Rate Basket Strainers;url=/basket.html;");

}

with(milonic=new menuname("industrial")){
style=menuStyle;
aI("text=Industrial Process Info;url=/indinfo.html;");
aI("text=Industrial Process Products;showmenu=indprod;");
}

drawMenus();

