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=1;
_subOffsetLeft=-1;

with(menuStyle=new mm_style()){
styleid=1;
bordercolor="#A0935C";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
imagepadding=6;
offbgcolor="#A0935C";
offcolor="#ffffcc";
onbgcolor="#FFFF88";
oncolor="#83784B";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100)";
padding=2;
pagebgcolor="#A0935C";
pagecolor="#F7C92B";
separatorcolor="#ffffcc";
separatorsize=1;
subimagepadding=2;
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffcc";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#A0935C";
offcolor="#ffffcc";
onbgcolor="#FFFF88";
oncolor="#83784B";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#A0935C";
pagecolor="#F7C92B";
separatorcolor="#ffffcc";
separatorsize=1;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=0;
orientation="horizontal";
style=menuStyle;
top=120;
aI("itemwidth=26;showmenu=Home;text=&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;;url=home.asp");
aI("itemwidth=20;showmenu=nonprofits;text=&nbsp;&nbsp;&nbsp;Nonprofits&nbsp;&nbsp;&nbsp;;");
aI("itemwidth=15;showmenu=about;text=&nbsp;&nbsp;&nbsp;About&nbsp;&nbsp;&nbsp;;");
aI("itemwidth=22;showmenu=donations;text=&nbsp;&nbsp;&nbsp;Donations&nbsp;&nbsp;&nbsp;");
aI("itemwidth=25;showmenu=resources;text=&nbsp;&nbsp;&nbsp;Resources&nbsp;&nbsp;&nbsp;&nbsp;;url=resources.asp;");
aI("itemwidth=23;showmenu=contact;text=&nbsp;&nbsp;&nbsp;Contact&nbsp;&nbsp;&nbsp;;url=contact.asp;");
aI("itemwidth=23;text=&nbsp;&nbsp;&nbsp;login&nbsp;&nbsp;&nbsp;;url=login.asp;");
}

with(milonic=new menuname("nonprofits")){
margin=7;
style=submenuStyle;
aI("text=&bull;&nbsp;Nonprofits by Name;url=browse.asp;");
aI("text=&bull;&nbsp;Nonprofits by Services;url=services.asp;");
aI("text=&bull;&nbsp;Nonprofit Search;url=search.asp;");
}

with(milonic=new menuname("about")){
margin=7;
style=submenuStyle;
aI("text=&bull;&nbsp;About the WMVCF;url=about.asp;");
aI("text=&bull;&nbsp;Mission Statement;url=mission.asp;");
aI("text=&bull;&nbsp;Donor Options;url=contribute.asp;");
}

with(milonic=new menuname("donations")){
margin=7;
style=submenuStyle;
aI("text=&bull;&nbsp;Donations;url=donations.asp;");
aI("text=&bull;&nbsp;Supporters and Foundations;url=Supporters_and_Foundations.asp;");
}
drawMenus();

