/*
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  ******* 
*/

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyleMain=new mm_style()){
align="center"
onbgcolor="#F1F1FE";
oncolor="#000000";
offbgcolor="#004965";
offcolor="#FFFFFF";
bordercolor="#000033";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000033";
separatorsize="1";
separatorpadding="0";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
itemheight=21;
pagebgcolor="#23B1DF";
subimage="/images/arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.0);Alpha(opacity=100);Shadow(color='#000033', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.0)";
}

with(menuStyleSub=new mm_style()){
align="left"
onbgcolor="#F1F1FE";
oncolor="#000000";
offbgcolor="#004965";
offcolor="#FFFFFF";
bordercolor="#000033";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000033";
separatorsize="1";
separatorpadding="0";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
pagebgcolor="#23B1DF";
subimage="/images/arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.0);Alpha(opacity=95);Shadow(color='#000033', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyleMain;
alwaysvisible=1;
orientation="horizontal";
aI("text=RANNEY HOME;url=/index.html;status=RANNEY HOME;itemwidth=115");
aI("text=PROFILE;url=/profile.html;status=CWI PROFILE;itemwidth=96");
aI("text=SERVICES;url=/services.html;status=RANNEY SERVICES;itemwidth=96");
aI("text=APPLICATIONS;showmenu=applications;url=/applications.html;status=RANNEY APPLICATIONS;itemwidth=118");
aI("text=PROJECTS;url=/projects.html;status=RANNEY PROJECTS;itemwidth=96");
aI("text=RESOURCES;showmenu=ranney;url=#;status=RANNEY RESOURCES;itemwidth=108");
aI("text=CONTACT US;url=/contact.html;status=CONTACT RANNEY;itemwidth=105");
}

with(milonic=new menuname("ranney")){
style=menuStyleSub;
aI("text=CONSTRUCTION;url=/construction.html;status=RANNEY WELL CONSTRUCTION");
aI("text=DIAGRAM;url=/well_diagram.html;status=RANNEY WELL DIAGRAM");
aI("text=HISTORY;url=/history.html;status=RANNEY COLLECTOR WELL HISTORY");
aI("text=HOW IT WORKS;url=/how_it_works.html;status=HOW RANNEY COLLECTOR WELLS WORK");
aI("text=MAINTENANCE;url=/inspection.html;status=RANNEY WELL MAINTENANCE");
/*aI("text=MONTHLY NEWSLETTERS;showmenu=newsletters;url=#;status=MONTHLY NEWSLETTERS");*/
aI("text=LITERATURE;url=/literature.html;status=RANNEY / CWI LITERATURE");
aI("text=STAFF;url=/staff.html;status=CWI STAFF");
}

with(milonic=new menuname("applications")){
style=menuStyleSub;
aI("text=OVERVIEW;url=/applications_overview.html;status=APPLICATIONS OVERVIEW");
aI("text=INFILTRATION GALLERIES;url=/infiltration.html;status=RANNEY INFILTRATION GALLERIES");
aI("text=RIVERBANK FILTRATION;url=/riverbank.html;status=RANNEY RIVERBANK FILTRATION");
aI("text=INTAKES;url=/surface_intakes.html;status=RANNEY SURFACE WATER INTAKES");
}

with(milonic=new menuname("newsletters")){
style=menuStyleSub;
aI("text=SEPTEMBER 2007 - HTML;url=/newsletters/Sept_2007.html;status=SEPTEMBER 2007;target=_blank;targetfeatures=width=800 height=650 location=yes copyhistory=yes scrollbars=yes addressbar=yes menubar=yes toolbar=yes resizable=yes status=yes");
aI("text=SEPTEMBER 2007 - PDF;url=/pdf/monthlynews/SeptFull_07.pdf;status=SEPTEMBER 2007;target=_blank;targetfeatures=width=800 height=650 location=yes copyhistory=yes scrollbars=yes addressbar=yes menubar=yes toolbar=yes resizable=yes status=yes");
}

drawMenus();