_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Firebrick";
borderstyle="solid";
borderwidth="2";
fontfamily="Garamond";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="DarkOrange";
oncolor="#ffffff";
padding="8";
separatorcolor="Firebrick";
separatorsize="10";
subimage="images/arrow.gif";
subimagepadding="8";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="DarkOrange";
borderstyle="solid";
borderwidth="1";
fontfamily="Garamond";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="DarkOrange";
onbold="bold";
oncolor="White";
padding="4";
separatorcolor="DarkOrange";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=./;");
aI("showmenu=InformationLocation MapLEFT_MENU;text=Information;target=;url=Information.html;");
aI("showmenu=Study AreaWhat We BelieveLEFT_MENU;text=Study Area;target=;url=Study-Area.html;");
aI("showmenu=MediaAudo FilesLEFT_MENU;text=Media;target=;url=Media.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=Events Calendar;target=;url=Events-Calendar.html;");
aI("text=Links;target=;url=Links.html;");
aI("text=Staff Webmail;target=_blank;url=http://webmail.eminenceupc.org;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("InformationLocation MapLEFT_MENU")){
style=submenuStyle;
aI("text=Location Map;target=;url=Location-Map.html;");
aI("text=Service Times;target=;url=Service-Times.html;");
aI("text=Our Pastor;target=;url=Our-Pastor.html;");
aI("text=Church History;target=;url=Church-History.html;");
}

with(milonic=new menuname("Study AreaWhat We BelieveLEFT_MENU")){
style=submenuStyle;
aI("text=What We Believe;target=;url=What-We-Believe.html;");
aI("text=The Way We Worship;target=;url=The-Way-We-Worship.html;");
}

with(milonic=new menuname("MediaAudo FilesLEFT_MENU")){
style=submenuStyle;
aI("text=Audo Files;target=;url=Audo-Files.html;");
aI("text=Video Files;target=;url=Video-Files.html;");
aI("text=Choir;target=;url=Choir.html;");
aI("text=Pictures;target=;url=Pictures.html;");
aI("text=Eminence Singers;target=;url=Eminence-Singers.html;");
}


 drawMenus();
