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=2;
_subOffsetLeft=-2;

with(submenuStyle=new mm_style()){
onbgcolor="#DCE9F0";
oncolor="black";
offbgcolor="#a52227";
offcolor="white";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="11pt";
fontstyle="bold";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(menuStyle=new mm_style()){
onbgcolor="#DCE9F0";
oncolor="black";
offbgcolor="#a52227";
offcolor="white";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="11pt";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("About Us")){
overflow="scroll";
style=submenuStyle;
aI("text=Our History;url=aboutus.php;");
aI("text=The Big Guy;url=hale.php;");
aI("text=Mechanic;url=jon.php;");
aI("text=Secretary;url=yelonda.php;");
}

with(milonic=new menuname("products")){
style=submenuStyle;
aI("text=Jagit Marine Anchor;url=jagit.php;");
aI("text=Mermaid Manufacturing;url=mermaid.php;");
aI("text=Swim Platforms;url=swimplatforms.php;");
}

with(milonic=new menuname(" Valley Lakes")){
style=submenuStyle;
aI("text=Arizona Boating and Watersports;url=http://www.arizona-leisure.com.com ;target=new");
aI("text=Bartlett Lake Marina;url=bartlettlake.php;");
}
 
with(milonic=new menuname("contacts")){
style=submenuStyle;
aI("align=center;fontsize=12px;fontweight=bold;text=Hales Marine Services;");
aI("text=22241 North 24th Avenue;");
aI("text=Phoenix, AZ 85027;");
aI("text=Voice: (623) 879-7236;");
aI("text=;");
aI("align=center;fontsize=14px;fontweight=bold;text=Email;type=header;");
aI("text=Ed;url=mailto:ed@halesmarineservices.com;");
}

drawMenus();


