fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500; // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150; // The time delay before menus open on mouse over
_subOffsetTop=2; // Sub menu top offset
_subOffsetLeft=-2; // Sub menu left offset

with(menuStyle=new mm_style()){
//onbgcolor="#4F8EB6";  // blue background on menu items
//onbgcolor="#6a0000"; // rust background on menu items
//onbgcolor="#a49f74"; // dark tan background on menu items
//onbgcolor="#dbd5a9"; // dark tan background on menu items
onbgcolor="#a49f74"; // dark tan background on menu itemsxxxxx
oncolor="#ffffff";
// offbgcolor="#e2dcae";
offbgcolor="#e6e4d2";
offcolor="#515151";
bordercolor="#e6e4d2";
//bordercolor="#e2dcae";
//bordercolor="#cdc79b";
borderstyle="solid";
borderwidth=1;
//separatorcolor="#a8a378";
separatorcolor="#e2dcae";
separatorsize="1";
separatorpadding="3"; 
image="square_grey1.gif";
imagepadding="2"; 
padding="3";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
//fontweight="normal";
fontfamily="Verdana, Tahoma, Arial";
onbold=1;
pagecolor="black";
// pagebgcolor="#82B6D7";  
//pagebgcolor="#eeeeee";  // sets color of link for active page you are on
//pagebgcolor="#4F8EB6";  // sets color of link for active page you are on - BLUE
pagebgcolor="#dbd5a9";  // sets color of link for active page you are on

headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdown.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="Fade(overlap=1.00, duration=0.3)";
//outfilter="randomdissolve(duration=0.3)";
} 

with(menuStyle2=new mm_style()){
onbgcolor="#a49f74";
oncolor="#ffffff";
offbgcolor="#e2dcae";
offcolor="#515151";
bordercolor="#e2dcae";
//bordercolor="#cdc79b";
borderstyle="solid";
borderwidth=1;
separatorcolor="#a8a378";
separatorsize="1";
separatorpadding="0"; 
image="square_grey1.gif";
imagepadding="2"; 
padding="3";
fontsize="11px";
fontstyle="normal";
//fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
//onbold=1;
pagecolor="black";
pagebgcolor="#a49f74";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrowdown.gif";
subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=100)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
overfilter="Inset(duration=0.3);Shadow(color='#545454', direction=135, strength=8)";
outfilter="Fade(overlap=1.00, duration=0.3)";
//outfilter="randomdissolve(duration=0.3)";
}  

// THIS IS THE MAIN MENU .. SUBMENUES ARE FOUND IN main_menu_embedded2009.js
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
top=104;
aI("status=Back To Home Page;text= WRA Home ;url=http://www.westrendart.org/index.html;");
aI("status=ThisYearsArt;text=View the Art;url=http://www.westrendart.org/2010Gallery_01.html;");
aI("showmenu=EventInformation;text=Event Information;url=http://www.westrendart.org/2010calendarofevents.html;");
aI("showmenu=PlanYourVisit;text=Plan Your Visit;url=http://www.westrendart.org/2010planyourvisit_main.html;");
aI("status=Check out last year's fun;text= 2009 Photo Album ;url=http://www.westrendart.org/2010slideshow.html;");
aI("showmenu=ContactUs;text=Contact Us;url=http://www.westrendart.org/2010contactus.html;");
}



drawMenus();

