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=2;




with(background=new mm_style()){
bgimage="images/buttonup.jpg";
borderstyle="solid";
fontfamily="Helvetica";
align="center";
fontsize="12pt";
fontweight="bold";
itemheight=31;
itemwidth=219;
offcolor="#ffffff";
oncolor="#ffffff";
overbgimage="images/buttondown.jpg";
separatorcolor="transparent";
separatorsize=6;
subimage="menu/arroww.gif";
subimagepadding=6;
}

with(submenu=new mm_style()){
bordercolor="#38000D";
borderstyle="solid";
borderwidth=1;
fontfamily="Helvetica";
fontsize="12pt";
fontweight="bold";
padding=4;
offcolor="#ffffff";
oncolor="#000000";
offbgcolor="#961E3A";
onbgcolor="#961E3A";
separatorcolor="#38000D";
separatorsize=1;
subimage="menu/arroww.gif";
subimagepadding=6;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=25;
itemwidth=160;
style=background;
aI("text=Home;url=index.html;");
aI("text=Masonry;showmenu=Masonry;");
aI("text=Decorative Flooring;url=EpoxyFlooring.php;");
aI("text=Caulking and Sealants;url=CaulkingAndSealants.php");
aI("text=Waterproofing;url=Waterproofing.php");
aI("text=FLEX<sup>&reg;</sup>;url=FLEX.php");
aI("text=Other Services Available;url=OtherServicesAvailable.html");
aI("text=Specialized Industries;url=SpecializedIndustries.html");
aI("text=Areas Serviced;url=AreasServiced.html;");
aI("text=Contact Us;url=ContactUs.html;");
}

with(milonic=new menuname("Masonry")){
style=submenu;
aI("text=Preservation/Restoration;url=MasonryPreservationRestoration.php;");
aI("text=Historical;url=HistoricalPreservation.php;");
}

with(milonic=new menuname("Flooring")){
style=submenu;
aI("text=Epoxy Flooring;url=EpoxyFlooring.php;");
aI("text=Decorative Flooring;url=DecorativeFlooring.html;");
}


drawMenus();


