fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
buildAfterLoad=1
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="110%";
fontweight='bold';
fontstyle="normal";
headerbgcolor="#0096CF";
headercolor="#0096CF";
offbgcolor="#0096CF";
offcolor="#ffffff";
onbgcolor="#000000";
oncolor="#ffffff";
imagepadding="1";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#0096CF', Direction=135, Strength=1)";
padding=10;
separatorsize=1;
pagebgcolor="#0096CF";
pagecolor="#ffffff";
}

with(milonic=new menuname("Samples")){
overflow="scroll";
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
menuwidth="99%";
itemwidth=70;
align="center"
aI("text=company;url=company.htm");
aI("text=services;url=services.htm");
aI("showmenu=products;text=products");
aI("showmenu=equipment;text=equipment");
aI("text=contact;url=contact.htm");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=kitchen;url=kitchen.htm");
aI("text=housekeeping;url=housekeeping.htm");
aI("text=laundry;url=laundry.htm");
}

with(milonic=new menuname("equipment")){
style=menuStyle;
aI("text=kitchen;url=kitchen_equipment.htm");
aI("text=housekeeping;url=housekeeping_equipment.htm");
aI("text=laundry;url=laundry_equipment.htm");
}

drawMenus();

