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="#000";
borderstyle="solid";
borderwidth=0;
fontfamily=" Century Gothic, Arial, Verdana, Tahoma";
fontsize="12px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="";
offcolor="#fff";
onbgcolor="";
oncolor="#fdb913";
outfilter="Fade(duration=0.2);Alpha(opacity=90);";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=0;
pagebgcolor="";
pagecolor="#fdb913";
separatorcolor="#transparent";
separatorsize=76;
subimagepadding=4;
zindex=1;
}


with(submenuStyle=new mm_style()){
bordercolor="#807d82";
borderstyle="solid";
borderwidth=1;
fontfamily=" Century Gothic, Arial, Verdana, Tahoma";
fontsize="11px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
offbgcolor="#000";
offcolor="#ffcc66";
onbgcolor="";
oncolor="#fff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="";
separatorcolor="#transparent";
separatorsize=0;
}

with(milonic=new menuname("Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=http://www.redmohican.com/;");
aI("showmenu=products;text=OUR PRODUCTS;");
aI("text=ONLINE STORE;url=/shop;");
aI("text=WHERE TO BUY;url=/cgi-bin/DJlinks.cgi?T=where-to-buy.html;");
aI("showmenu=press;text=PRESS;");
aI("text=OUR STORY;url=/pages/our-story.html;");
aI("text=CONTACT US;url=/pages/contact-us.html;");
}



with(milonic=new menuname("products")){
position="absolute";
top=165;
style=submenuStyle;
aI("url=/cgi-bin/DJgallery.cgi?T=products-hipandgo.html&ZONE=HIPGO;text=HIP&amp;GO;");
aI("text=GYMBOX;url=/cgi-bin/DJgallery.cgi?T=product-gymbox.html&ZONE=GYMBOX#mainimg;")



}

with(milonic=new menuname("hipgo")){
position="absolute";
top=170;
style=submenuStyle;
aI("text=HIP&GO;url=/cgi-bin/DJgallery.cgi?T=products-hipandgo.html&ZONE=HIPGO;")
aI("text=HIP&GO EXTRA SPACE - PARENT VERSION;url=/pages/hip-and-go-extra-space.html;")
aI("text=HIP&GO UNIQUE;url=/pages/hip-and-go-unique.html;")
}


with(milonic=new menuname("press")){
position="absolute";
top=165;
style=submenuStyle;
aI("text=PRESS;url=/cgi-bin/DJgallery.cgi?INDEX=1&MAX=250&T=press.html&ZONE=PRESSMAG;")
aI("text=MARKETING KIT;url=/pages/marketing-kit.html;")
aI("text=NEWS;url=/cgi-bin/DJlinks.cgi?T=news.html;")
}



drawMenus();


