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()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#FFFFFF";
offbgcolor="#000000";
offcolor="#EFA300";
onbgcolor="#EFA300";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0)";
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color=#000000', Direction=135, Strength=0)";
padding=7;
pagebgcolor="#EFA300";
pagecolor="WHITE";
separatorcolor="#FFFFFF";
separatorsize=0;
subimage="";
subimagepadding=0;
}

// menu option - resources
with(milonic=new menuname("Resources")){
overflow="scroll";
style=menuStyle;
aI("status=Recommended Books;text=Recommended Books;url=books.html;");
aI("showmenu=Partners;status=Partners;text=Partners;");
aI("showmenu=Events;status=Upcoming Events;text=Upcoming Events;");
aI("text=Helpful Links;url=links.html;");
aI("text=Fundraising Ideas;url=other_resources.html;");
}

// SUBmenu - downloads
with(milonic=new menuname("Downloads")){
style=menuStyle;
aI("text=Download Center;url=downloads.html;");
aI("text=Download#2;url=download2.html;");
aI("text=Download#3;url=download3.html;");
aI("text=Download#4;url=download4.html;");
}

// SUBmenu - sermons
with(milonic=new menuname("Partners")){
style=menuStyle;
aI("text=The Salvation Army IHQ;url=http://www.salvationarmy.org;");
aI("text=The Salvation Army Canada;url=http://www.salvationist.ca/trafficking;");
aI("text=SA ROOTS;url=http://www.rootsonline.org/humantrafficking/;");
aI("text=The Salvation Army USA;url=http://www.salvationarmyusa.org/usn/www_usn.nsf/vw-search/85256DDC007274DF85256DB4005DA3B7?opendocument;");
}

// SUBmenu - events
with(milonic=new menuname("Events")){
style=menuStyle;
aI("status=Upcoming Events;text=Upcoming Events;url=events.html;");
aI("status=Special Event#2;text=Freedom Fridays;url=Freedom_Fridays.html;");
}// menu option - BC Initiatives
with(milonic=new menuname("BC Initiatives")){
overflow="scroll";
style=menuStyle;
aI("status=Freedom Fridays;text=Freedom Fridays;url=Freedom_Fridays.html;"); aI("status=B.C. Prayer Initiatives for 2008;text=B.C. Prayer Initiatives for 2008;url=prayer-initiatives.html;");}


drawMenus();


