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(menuStyle=new mm_style()){
styleid=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="#000000";
oncolor="#FF3366";
outfilter="fade(duration=0.5)";
pagecolor="black";
rawcss="padding-top:4px;padding-bottom:1px";
separatorcolor="#FFFFFF";
separatorheight=16;
separatorsize=1;
}

with(submenuStyle=new mm_style()){
bordercolor="#CDCDCD";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offbgcolor="#E9E9E9";
offcolor="#000000";
onbgcolor="#ffffff";
oncolor="#747A75";
outfilter="fade(duration=0.5)";
padding=5;
pagecolor="black";
subimage="http://img.milonic.com/9x6_rightbend_grey.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
itemheight=21;
itemwidth=122;
orientation="horizontal";
style=menuStyle;
aI("align=center;bgimage=itemblue.gif;overbgimage=itemorange_on.gif;text=HOME;url=inline_index.html;target=I1;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemorange_on.gif;text=Locations;url=inline_locations.html;target=I1");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemorange_on.gif;showmenu=Packages;text=Packages;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemorange_on.gif;text=Equipment;url=inline_equipment.html;target=I1;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemorange_on.gif;text=About Us;");
aI("align=center;bgimage=itemblue.gif;overbgimage=itemorange_on.gif;text=Contact Us;url=inline_contactus.html;target=I1");
}

with(milonic=new menuname("Locations")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("image=images/sun.png;text=The Wash House;url=inline_thewashhouse.html;target=I1;");
aI("image=images/sun.png;text=South Side Laundromat;url=inline_southsidelaundromat.html;target=I1;");
}

with(milonic=new menuname("Packages")){
itemheight=24;
itemwidth=126;
style=submenuStyle;
aI("image=images/printer.png;text=Printable Price List;url=pricelist.pdf;target=blank;");
aI("image=images/palmtree.png;text=Specials!;url=inline_specials.html;target=I1;");
aI("image=images/palmtree.png;text=Montly EFT Memberships;url=inline_monthly.html;target=I1;");
aI("image=images/palmtree.png;text=Pay As You Go;url=inline_payasyougo.html;target=I1;");
aI("image=images/palmtree.png;text=Points Package;url=inline_pointspackage.html;target=I1;");
aI("image=images/palmtree.png;text=Single Visits;url=inline_singlevisits.html;target=I1;");
}


drawMenus();

