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(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#ef2a31";
borderstyle="solid";
fontstyle="normal";
fontweight="bold";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#ef2a31";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="85%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="white";
offcolor="black";
onbgcolor="#dcd8d7";
oncolor="black";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#777777', Direction=35, Strength=4)";
padding=8;
pagebgcolor="white";
pagecolor="black";
separatorcolor="#ef2a31";
separatorsize=2;

}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left='10%';
orientation="horizontal";
style=AllImagesStyle;
top=10;
aI("image=buttons/logo.gif;;url=index.html;");
aI("image=buttons/exhibit_off.gif;overimage=buttons/exhibit1_on.gif;showmenu=exhibit1;");
aI("image=buttons/exhibition_off.gif;overimage=buttons/exhibition1_on.gif;showmenu=exhibitions;");
aI("image=buttons/about_off.gif;overimage=buttons/about1_on.gif;showmenu=about;");
aI("image=buttons/artists_off.gif;overimage=buttons/artists1_on.gif;url=artists.php;");
aI("image=buttons/poster_off.gif;overimage=buttons/poster1_on.gif;;url=posters.php;");
aI("image=buttons/contact_off.gif;overimage=buttons/contact1_on.gif;;url=contact.php;");

}

with(milonic=new menuname("exhibit")){
style=menuStyle;
aI("text=Application Form;url=exhibit_work.php#application;")
aI("text=What AB can offer;url=exhibit_work.php#offer;")
aI("text=Advice to Applicants;url=exhibit_work.php#advice;")

}


with(milonic=new menuname("exhibit1")){
style=menuStyle;
aI("text=Application Form;url=http://ymlp.com/signup.php?id=guyqywugmgj;")
aI("text=What AB can offer;url=exhibit_work.php#offer;")
aI("text=Advice to Applicants;url=exhibit_work.php#advice;")


}
with(milonic=new menuname("exhibitions")){
style=menuStyle;
aI("text=Past Exhibitions;url=past.php;")
aI("text=Current Exhibitions;url=http://www.artbelow.net/current_shows.php")
aI("text=Future Exhibitions;url=http://www.artbelow.net/previous_details.php?s_id=1437&name=")

}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=For the Artist;url=for_artist.php;")
aI("text=For the Buyer;url=for_buyer.php;")
aI("text=Current News/ Movies and Photos;url=http://www.artbelow.net/previous_details.php?s_id=1074&name;")
aI("text=Past News/ Movies and Photos;url=http://www.artbelow.net/previous_details.php?s_id=1075&name;")

}



drawMenus();

