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()){
fontweight="bold";
fontsize="11px";
oncolor="#CA710F";
offcolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
padding=4;
}

with(subStyle=new mm_style()){
fontweight="bold";
fontsize="10px";
offbgcolor="#12597e";
onbgcolor="#12597e";
oncolor="#CA710F";
offcolor="#FFFFFF";
offborder='1px solid #126690';
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=0)";
padding=6;
}


with(milonic=new menuname("Appliances")){
overflow="scroll";
style=subStyle;
aI("text=REFRIGERATORS;url=refrigerators.html;")
aI("text=DISHWASHERS;url=dishwashers.html;")
aI("text=COOKING;url=cooking.html;")
aI("text=VENTILATION;url=ventilation.html;")
aI("text=WASHERS;url=washers.html;")
aI("text=DRYERS;url=dryers.html;")
}

with(milonic=new menuname("TipsFAQ")){
style=subStyle;
aI("text=FAQs;url=faqs.html;");
aI("text=APPLIANCE TIPS;url=tips.html;");
}

drawMenus();

