_menuCloseDelay=200;
_menuOpenDelay=10;
_subOffsetTop=6;
_subOffsetLeft=1;


with(menuStyle=new mm_style()){
bordercolor="#800000";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#339933";
offcolor="#fff000";
onbgcolor="#800000";
oncolor="#FFf000";
padding=7;
pagebgcolor="#500050";
pagecolor="cccccc";
separatorcolor="#800000";
separatorsize=1;
bgimage="menugraphic.gif";
subimage="arrowy.gif";
subimagepadding=4;
image="";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=137;

aI("text=Home;url=http://www.nlpc.net/default.htm;");
aI("showmenu=Schedule;text=Schedule;");
aI("showmenu=Events;text=Events;");
aI("showmenu=Contact;text=Contact Us;");
aI("showmenu=Audio;text=Audio;");
aI("text=Risen Indeed;url=http://www.nlpc.net/risen.html;target=_blank;targetfeatures=width=600;height=500;align=center");
aI("text=Pastor;url=http://www.nlpc.net/Pastor.htm;");
aI("showmenu=Study;text=Bible Study;");
}

with(milonic=new menuname("Schedule")){
style=menuStyle;
aI("text=Calendar;url=http://www.localendar.com/public/nlpc;target=_blank");
aI("text=Service Times;url=http://www.nlpc.net/services.htm;");
}

with(milonic=new menuname("Events")){
overflow="scroll";
style=menuStyle;
aI("text=Heart to Heart;url=http://www.nlpc.net/hearttoheart/index.html;");
aI("text=Stable Men;url=http://www.nlpc.net/stablemen/index.htm;")
aI("text=LEGACY;url=http://www.nlpc.net/legacy.htm;")
aI("text=Apostolic Ministers Conference;url=http://www.homestead.com/calvarytabernacle/AMC.html;target=_blank")

}

with(milonic=new menuname("Heart")){
style=menuStyle;
aI("text=20 Year Celebration;url=http://www.nlpc.net/hearttoheart/index.html;")
aI("text=Speakers;url=http://www.nlpc.net/hearttoheart/speakers.htm;")
aI("text=Lodging;url=http://www.nlpc.net/hearttoheart/lodging.htm;")
aI("text=Information;url=http://www.nlpc.net/hearttoheart/information.htm;")
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Email;url=mailto:webmaster@nlpc.net;");
aI(";url=http://www.nlpc.net/guestbook/addguest.html;target=_blank;targetfeatures=width=550 height=500 scrollbars=yes");
aI("text=Physical Location;url=http://www.nlpc.net/location.htm;");
aI("text=Prayer Requests;url=http://www.nlpc.net/_vti_bin/shtml.exe/prayer1.htm;");
}

with(milonic=new menuname("Audio")){
style=menuStyle;
aI(";url=http://www.nlpc.net/Audio/Preaching.htm;target=_blank;targetfeatures=width=600 height=650 scrollbars=yes");
aI("text=Apostolic Ministers Conference;url=http://www.nlpc.net/verify.htm;target=_blank;targetfeatures=width=600 height=650 scrollbars=yes");
}

with(milonic=new menuname("Pastor")){
style=menuStyle;
aI("text=Pastor John Padgett;url=http://www.nlpc.net/Pastor.htm;");
}

with(milonic=new menuname("Study")){
style=menuStyle;
aI("text=Into His Marvelous Light;url=http://www.nlpc.net/Cover.htm;");
aI("text=Home Bible Studies;url=http://www.nlpc.net/_vti_bin/shtml.exe/homestudy.htm;");
}

drawMenus();

