_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="Ridge";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Gainsboro";
offcolor="#000000";
onbgcolor="#FF0000";
oncolor="#000000";
padding="2";
separatorcolor="#000000";
separatorsize="1";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="1";
itemwidth="129";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="Groove";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="7pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Gold";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=909;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home ;target=;url=http://thenewcovenantministries.com/;");
aI("text=AboutUs;target=;url=AboutUs.html;");
aI("showmenu=Ministries/JMurrayMusicINFO_BAR_MENU;text=Ministries;target=;url=Ministries/;");
aI("showmenu=Resources/MediaINFO_BAR_MENU;text=Resources;target=;url=Resources.html;");
aI("text=GuestBook;target=;url=GuestBook.html;");
aI("text=Contact;target=;url=Contact.html;");
aI("text=Privacy;target=;url=Privacy.html;");
}

with(milonic=new menuname("Ministries/JMurrayMusicINFO_BAR_MENU")){
style=submenuStyle;
aI("text=JMurrayMusic;target=;url=Ministries/JMurrayMusic.html;");
aI("text=MarriageEnrichment;target=;url=Ministries/MarriageEnrichment.html;");
aI("text=WODC;target=;url=Ministries/WODC.html;");
}

with(milonic=new menuname("Resources/MediaINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Media;target=;url=Media.html;");
}


 drawMenus();

