

_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=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#999967";
oncolor="#ffffff";
offbgcolor="#670001";
offcolor="#FFFFFF";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#C4C498";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=60;
left=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.eastmaryvillebaptist.org/;");
aI("text=About;showmenu=About;");
aI("text=Adults;url=http://www.eastmaryvillebaptist.org/adults.html;");
aI("text=Students;url=http://www.eastmaryvillebaptist.org/students.html;");
aI("text=Children;url=http://www.eastmaryvillebaptist.org/children.html;");
aI("text=Music;url=http://www.eastmaryvillebaptist.org/musicdrama.html;");
aI("text=Missions & Ministries;url=http://www.eastmaryvillebaptist.org/mission.html;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=Directions/Contact;url=http://www.eastmaryvillebaptist.org/directions.html;");
aI("text=Our Beliefs;url=http://www.eastmaryvillebaptist.org/ourbeliefs.html;");
aI("text=Staff;url=http://www.eastmaryvillebaptist.org/staff.html;");
aI("text=Calendar;url=http://www.eastmaryvillebaptist.org/calendar/;");
aI("text=Meet Christ;url=http://www.eastmaryvillebaptist.org/meetchrist.html;");
}



drawMenus();

