

_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(menuStyle=new mm_style()){

offbgcolor="#FEFEFE";
offcolor="#333333";
/*onbgcolor="#B7CDEA";
oncolor="#FFFFFF";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#5795CB";
separatorsize="0";
padding=0;
fontsize="100%";
fontstyle="bold";
fontfamily="Arial Narrow, Tahoma, Arial";
//pagecolor="black";
//pagebgcolor="#FFCC66";
headercolor="#000000";
headerbgcolor="#ffffff";
*/
//subimage="scripts/arrow.gif";
subimagepadding="0";
//overfilter="Shadow(color='#999999', Direction=180, Strength=5)";
//outfilter="fade(duration=.7)";
}
//SUBMENUS
with(menuStyle2=new mm_style()){
onbgcolor="#B7CDEA";
oncolor="#333333";
offbgcolor="#FEFEFE";
offcolor="#333333";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5795CB";
separatorsize="1";
padding=3;
fontsize="81%";
fontstyle="bolder";
fontfamily="Verdana, Tahoma, Arial";
fontweight='bold';
//pagecolor="black";
//pagebgcolor="#FFCC66";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="scripts/arrow_orig.gif";
subimagepadding="1";
overfilter="spiral(duration=0.5);Alpha(opacity=90)";
outfilter="zigzag(duration=0.7)";
}
/*
with(milonic=new menuname("Main Menu")){
style=menuStyle;
//top=108;
//left=7;
alwaysvisible=1;
position ="relative";
orientation="horizontal";
aI("image=images/navbar_02.jpg;");
aI("image=images/navbar_03.jpg;url=about.htm;status=Back To Home Page;");
aI("image=images/navbar_04.jpg;");
aI("image=images/navbar_05.jpg;showmenu=guiding;");
aI("image=images/navbar_06.jpg;");
aI("image=images/navbar_07.jpg;showmenu=instruction;");
aI("image=images/navbar_08.jpg;");
aI("image=images/navbar_09.jpg;showmenu=groups;");
aI("image=images/navbar_10.jpg;");
aI("image=images/navbar_11.jpg;url=register.php;");
aI("image=images/navbar_12.jpg;");
aI("image=images/navbar_13.jpg;url=testimonials.htm;");
aI("image=images/navbar_14.jpg;");
aI("image=images/navbar_15.jpg;url=gallery.htm;");

}
*/
with(milonic=new menuname("Surveys")){
style=menuStyle2;
overflow="scroll";
aI("text=General Surveys;showmenu=general_surveys;");
aI("text=Land Development;showmenu=land_development;");
aI("text=Residential Surveys;showmenu=residential;");
aI("text=Municipal,Governemnt,Industial;showmenu=municipal;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle2;
aI("text=Professional Affiliations;url=aboutus.php?au=professional;");
aI("text=Client Relations;url=aboutus.php?au=client;");
aI("text=Testimonials;url=aboutus.php?au=testimonials;");
}

with(milonic=new menuname("contactus")){
style=menuStyle2;
aI("text=North Vancouver;url=maps.php?loc=NV;");
aI("text=Surrey;url=maps.php?loc=Surrey;");
aI("text=Fort St. John;url=maps.php?loc=FSJ;");
}

with(milonic=new menuname("bennettteam")){
style=menuStyle2;
aI("text=Neil Bennett ;url=team.php?pro=NB");
aI("text=Patrick Korabek ;url=team.php?pro=PK");
aI("text=Michael J. Seitz ;url=team.php?pro=MJS");
aI("text=Michael E. Shaw ;url=team.php?pro=MES");
aI("text=Colin Cowx ;url=team.php?pro=CC");
}

with(milonic=new menuname("General_surveys")){
style=menuStyle2;
aI("text=Construction Surveys;url=general_surveys.php?st=construction;");
aI("text=Control Surveys;url=general_surveys.php?st=control;");
aI("text=Hydrographic Surveys;url=general_surveys.php?st=hydrographic;");
aI("text=Microwave Surveys;url=general_surveys.php?st=microwave;");
}

with(milonic=new menuname("land_development")){
style=menuStyle2;
aI("text=Air Space Plans;url=land_development.php?st=1;");
aI("text=Condominium Developments;url=land_development.php?st=2;");
aI("text=Large Developments;url=land_development.php?st=3;");
aI("text=Leases;url=land_development.php?st=4;");
aI("text=Subdivisions;url=land_development.php?st=5;");
aI("text=Topographic Mapping;url=land_development.php?st=6;");
}

with(milonic=new menuname("residential")){
style=menuStyle2;
aI("text=Mortgage Certificates;url=residential.php?st=1;");
aI("text=New House Construction;url=residential.php?st=2;");
aI("text=Property Line Repostings;url=residential.php?st=3;");
aI("text=Renovations;url=residential.php?st=4;");
aI("text=Topographic Surveys;url=residential.php?st=5;");
}

with(milonic=new menuname("municipal")){
style=menuStyle2;
aI("text=Easements;url=municipal.php?st=1;");
aI("text=GIS;url=municipal.php?st=2;");
aI("text=Restricitve Covenants;url=municipal.php?st=3;");
aI("text=Rights of Way;url=municipal.php?st=4;");
}

drawMenus();