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="Trebuchet MS,Geneva,Arial,Helvetica,SunSans-Regular,sans-serif";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#003333";
offcolor="#999966";
onbgcolor="#417366";
oncolor="#FFFFFF";
padding=8;
separatorcolor="#999966";
separatorsize=1;
}
with(submenuStyle=new mm_style()){
styleid=1;
fontfamily="Trebuchet MS,Geneva,Arial,Helvetica,SunSans-Regular,sans-serif";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#004447";
offcolor="#999966";
onbgcolor="#417366";
oncolor="#FFFFFF";
padding=8;
separatorcolor="#999966";
separatorsize=1;
}
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=55;
orientation="horizontal";
screenposition="center";
align="center";

style=menuStyle;
aI("text=ABOUT;url=http://www.mgallery-online.com/about.htm;");
aI("showmenu=ARTISTS;text=ARTISTS;");
aI("showmenu=EXHIBITIONS;text=EXHIBITIONS;");
aI("text=NEWS;url=http://www.mgallery-online.com/news.htm;");
aI("text=MULTIMEDIA;url=http://www.mgallery-online.com/multimedia.htm;");
aI("text=CONTACT;url=http://www.mgallery-online.com/contact.htm;");
aI("text=LINKS;url=http://www.mgallery-online.com/links.htm;");
}
with(milonic=new menuname("ARTISTS")){
style=submenuStyle;
aI("text=Patrick Milburn;url=http://www.mgallery-online.com/patrick.htm;");
}
with(milonic=new menuname("EXHIBITIONS")){
style=submenuStyle;
aI("text=Works by Jonas  Caufield;url=http://www.mgallery-online.com/jonas_caufield.html;");
aI("showmenu=Special Events;text=Special Events;");
aI("text=Uncovered: Nude but Not Rude;url=http://www.mgallery-online.com/current.htm;");
aI("text=Beattie Powers Restoration Benefit;url=http://www.mgallery-online.com/exhibits/beattiepowersbenefit/phpslideshow.php;");
aI("showmenu=The Collection;text=The Collection;");
aI("text=Portraits;url=http://www.mgallery-online.com/exhibits/pm-portraits/phpslideshow.php;");
aI("text=Landscapes;url=http://www.mgallery-online.com/exhibits/pm-landscapes/phpslideshow.php;");
}
with(milonic=new menuname("Special Events")){
style=submenuStyle;
aI("text=Thomas Cole Historic Site;url=http://www.mgallery-online.com/thomascole.html;");
}

with(milonic=new menuname("The Collection")){
style=submenuStyle;
aI("text=Slide Show;url=http://www.mgallery-online.com/exhibits/collection/phpslideshow.php");
aI("text=Golden Age;url=http://www.mgallery-online.com/goldenage.html");
}
drawMenus();

