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=0;
_subOffsetLeft=0;


with(mainMenuStyle=new mm_style()){
bordercolor="#66572C";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
offbgcolor="#CABA82";
offcolor="#000000";
onbgcolor="#AF984F";
oncolor="#FDFCF8";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#817A5E', Direction=140, Strength=2)";
padding=6;
separatorcolor="#856E3B";
separatorsize=1;
}

with(menuStyle=new mm_style()){
bordercolor="#66572C";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10";
fontstyle="normal";
offbgcolor="#F4EDDD";
offcolor="#112A20";
onbgcolor="#AF984F";
oncolor="#FDFCF8";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#817A5E', Direction=140, Strength=3)";
padding=6;
pagebgcolor="#264037";
pagecolor="#FDFCF8";
separatorcolor="#856E3B";
separatorsize=1;
}


with(milonic=new menuname("gallery")){
style=menuStyle;
aI("text=Tour the Gallery;url=http://jadetiger.com/twodogs/gallery.html;");
aI("text=Meet the Artists;url=http://jadetiger.com/twodogs/artists.html;");
aI("text=Artist Submissions;url=http://jadetiger.com/twodogs/inputpage.html;");

}

with(milonic=new menuname("framing")){
style=menuStyle;
aI("text=Custom Framing Services;url=http://jadetiger.com/twodogs/framing.html;");
aI("text=Frequently Asked Questions;url=http://jadetiger.com/twodogs/faqs.html;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Gallery News;url=http://jadetiger.com/twodogs/news.html;");
aI("text=Gallery Events;url=http://jadetiger.com/twodogs/events.html;");

}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Resources;url=http://jadetiger.com/twodogs/resources.html;");
aI("text=Recommended Links;url=http://jadetiger.com/twodogs/links.html;");

}

drawMenus();

