_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#1AA9E1";
borderstyle="solid";
borderwidth=0;
fontfamily="arial";
fontsize="14";
fontstyle="strong";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#A4D2E9";
offcolor="#000000";
onbgcolor="#94C9E6";
oncolor="#0000ff";
outfilter="Fade(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=4;
pagebgcolor="#A4D2E9";
pagecolor="#000000";
separatorcolor="#1AA9E1";
separatorsize=1;
subimage="mil/arrow.gif";
subimagepadding=2;
}

with(wdb=new menuname("SYSTEM")){
overflow="scroll";
style=menuStyle;
         aI("text=System Overview;url=index.php?id=system;");
         aI("text=Process (PDF);url=pdf/process.pdf;target=_blank");
         aI("text=Operations + Maintenance (PDF);url=pdf/operation_maintenance.pdf;target=_blank");
         aI("text=Additional Advantages (PDF);url=pdf/additional_advantages.pdf;target=_blank");
}

with(wdb=new menuname("APPLICATIONS")){
overflow="scroll";
style=menuStyle;
         aI("text=Applications Overview;url=index.php?id=applications;");
         aI("text=Commercial / Industrial (PDF);url=pdf/Sky_Way.pdf;target=_blank");
         aI("text=Municipal (PDF);url=pdf/Woodslee.pdf;target=_blank");
         aI("text=Subdivision (PDF);url=pdf/New_Horizons.pdf;target=_blank");
         aI("text=Resorts (PDF);url=pdf/Snow_Valley.pdf;target=_blank");     
         aI("text=Schools (PDF);url=pdf/Schools.pdf;target=_blank");             
}
drawMenus();
























