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=0;
_subOffsetLeft=0;




with(background=new mm_style()){
borderstyle="solid";
fontfamily="Helvetica";
fontsize="75%";
fontstyle="italic";
fontweight="bold";
itemheight=26;
}
with(background2=new mm_style()){
borderstyle="solid";
borderwidth=1;
bordercolor="#555555";
fontfamily="Helvetica, sans-serif";
fontsize="16px";
 
itemheight=26;
itemwidth=220;
oncolor="#555555";
offcolor="#555555";
offbgcolor="#bbbb8d";
onbgcolor="#ffffff";
align="left";
}
with(background2OLD=new mm_style()){
borderstyle="solid";
borderwidth=1;
bordercolor="#555555";
fontfamily="Garamond, Arial, Helvetica, sans-serif";
fontsize="16px";
fontweight="bold";
itemheight=26;
itemwidth=220;
oncolor="#555555";
offcolor="#555555";
offbgcolor="#bbbb8d";
onbgcolor="#ffffff";
align="left";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=background;
position="relative";
aI("image=images/homebut_05.gif;overimage=images/homebutovr_05_05.gif;url=index.htm;");
aI("image=images/aboutbut_06.gif;overimage=images/aboutusbutovr_06_06.gif;showmenu=About");
aI("image=images/servicesbut_07.gif;overimage=images/servicesbutover_07_07.gif;showmenu=Services");
aI("image=images/employoppbut_08.gif;overimage=images/employoppbutovr_08_08.gif;url=employment.htm;");
aI("image=images/contactusbut_09.gif;overimage=images/contactusbutover_09_09.gif;showmenu=Contact");
aI("image=images/ordersurveybut_10.gif;overimage=images/ordersurveybutover_10_10.gif;url=ordersurvey.htm;");
}


with(milonic=new menuname("About")){
style=background2;
aI("text=History;url=history.htm;");
aI("text=Personnel;url=personnel.htm;");
aI("text=Photo Gallery;url=gallery.htm;");
aI("text=Educational Material;url=education.htm;");
}
with(milonic=new menuname("Services")){
style=background2;
aI("text=Range of Areas;url=range.htm;");
aI("text=Real Estate/Land Sales;url=real-land.htm;");
aI("text=Homeowners;url=homeowners.htm;");
aI("text=Contractors;url=contractors.htm;");
aI("text=Developers;url=developers.htm;");
aI("text=Lenders/Insurance Agents;url=lenders.htm;");
aI("text=Architects &amp; Engineers;url=arch-eng.htm;");
aI("text=Attorneys;url=attorneys.htm;");
aI("text=Planners & Consultants;url=planners.htm;");
aI("text=All Services;url=allservices.htm;");
aI("text=Definitions;url=definitions.htm;");
}
with(milonic=new menuname("Contact")){
style=background2;
aI("text=Contact;url=contact.htm;");
aI("text=Directions;url=directions.htm;");
}

    		   

drawMenus();


