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()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#4d6b65";
offcolor="#ffffff";
onbgcolor="#a1b7ae";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#000000', Direction=135, Strength=7)";
padding=2;
pagebgcolor="#4d6b65";
pagecolor="black";
separatorcolor="#d6d6d6";
separatorsize=1;
separatorpadding=4;
subimage="graphics/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=company profle;url=company.htm;")
aI("text=frequently asked questions;url=questions.htm;")
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=request quote;url=quote.htm;");
aI("text=service guarantee;url=guarantee.htm;");
aI("text=environmentally friendly;url=environment.htm;");
aI("text=inkjet cartridges;url=inkjet.htm;");
aI("text=recycle cartridges;url=recycle.htm;");
}


drawMenus();
