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=-50;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){

}
with(submenu=new mm_style()){
bordercolor="#71735D";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="bold";
offcolor="#4B4837";
oncolor="#4B4837";
onbgcolor="#FFFFFF";
offbgcolor="#FAF9DA";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
separatorcolor="#41391D";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("products")){
overflow="scroll";
style=submenu;
aI("text=Overview;url=products.htm;")
aI("text=Single Face Light Boxes;url=single.htm;")
aI("text=Single Face Specs;url=specs.htm;")
aI("text=Double Face Light Boxes;url=double.htm;")
aI("text=Double Face Specs;url=specs2.htm;")
aI("text=Custom Light Boxes;url=custom.htm;")
aI("text=Transparencies;url=transparencies.htm;")
aI("text=Framed Lightboxes;url=frames.htm;")
}

drawMenus();

