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()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#FFFFFF";
headercolor="#ffffff";
itemwidth=150;
offbgcolor="#666666";
offcolor="#FFFFFF";
onbgcolor="#cccccc";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=5;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Mens")){
style=menuStyle;
aI("text=Best of the best;url=../mens/xoor.htm;")
aI("text=Aviators;url=../mens/aviators.htm;")
aI("text=Metals;url=../mens/metals.htm;")
aI("text=Plastics;url=../mens/plastics.htm;")
aI("text=Sports;url=../mens/sports_sunglasses.htm;")
aI("text=Masks;url=../mens/masks.htm;")
}


with(milonic=new menuname("Womens")){
style=menuStyle;
aI("text=Best of the best;url=../womens/furore.htm;");
aI("text=Aviators;url=../womens/aviators.htm;");
aI("text=Metals;url=../womens/metals.htm;");
aI("text=Plastics;url=../womens/plastics.htm;");
aI("text=Sports;url=../womens/sports_sunglasses.htm;");
aI("text=Masks;url=../womens/masks.htm;");
}

with(milonic=new menuname("Why")){
style=menuStyle;
aI("text=Benefits;url=../../why_polarized_sunglasses/benefits.htm;");
aI("text=Glare aware;url=../../why_polarized_sunglasses/glare_aware.htm;");
aI("text=Take a few knocks;url=../../why_polarized_sunglasses/take_a_few_knocks.htm;");
aI("text=Lens geeks;url=../../why_polarized_sunglasses/lens_geeks.htm;");
aI("text=UV protection;url=../../why_polarized_sunglasses/uv_protection.htm;");
aI("text=Spirit of invention;url=../../why_polarized_sunglasses/spirit_of_invention.htm;");
aI("text=Driving safely;url=../../why_polarized_sunglasses/driving_safely.htm;");
aI("text=Eye health;url=../../why_polarized_sunglasses/eye_health.htm;");
aI("text=Suits you?;url=../../why_polarized_sunglasses/suits_you.htm;");
aI("text=News;url=../../news/index.htm;");
}

drawMenus();

