
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=50            // 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="#009999";
oncolor="#FFFFFF";
offbgcolor="#006666";
offcolor="#FFFFFF";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#336699";
separatorsize="0";
padding=3;
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="FFFFFF";
pagebgcolor="#009999";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("AboutUs")){
style=menuStyle;
overflow="scroll";
aI("text=Welcome;url=http://www.mynlbc.com/welcome.htm;");
aI("text=What To Expect;url=http://www.mynlbc.com/what2expect.htm;");
aI("text=Directions;url=http://www.mynlbc.com/directions.htm;");
aI("text=Beliefs;showmenu=Beliefs;");
aI("text=Our Story;url=http://www.mynlbc.com/ourPast.htm;");
aI("text=Promised Land;url=http://www.mynlbc.com/promisedLand.htm;");
aI("text=Staff;url=http://www.mynlbc.com/staff.htm;");
aI("text=Current Message Series;url=http://www.mynlbc.com/currentSeries.htm;");
}

with(milonic=new menuname("Beliefs")){
style=menuStyle;
aI("text=Doctrine;url=http://www.mynlbc.com/doctrinalBeliefs.htm;");
aI("text=Our Purpose;url=http://www.mynlbc.com/PD_church2be.htm;");
aI("text=Our Motto;url=http://www.mynlbc.com/ourMotto.htm;");
aI("text=Our Mission;url=http://www.mynlbc.com/ourMission.htm;");
aI("text=Our Vision;url=http://www.mynlbc.com/ourVision.htm;");
aI("text=Our Values;url=http://www.mynlbc.com/ourValues.htm;");
}


with(milonic=new menuname("Sevices")){
style=menuStyle;
aI("text=Service Times;url=http://www.mynlbc.com/serviceInfo_adults.htm;");
aI("text=Wednesday Night Service;url=http://www.mynlbc.com/current_wednesday_night.htm;");
aI("text=Directions;url=http://www.mynlbc.com/directions.htm;");
aI("text=Sermon Archive;url=http://www.mynlbc.com/sermonArchive.htm;");
}

with(milonic=new menuname("Ministries")){
style=menuStyle;
aI("text=What's Your Purpose?;url=http://www.mynlbc.com/whats_your_purpose.htm;");
aI("text=Growth Groups;url=http://www.mynlbc.com/smallgroups.htm;");
aI("text=Shepherding Ministry;url=http://www.mynlbc.com/shepherding.htm;");
aI("text=Recovery;url=http://www.mynlbc.com/recovery.htm;");
aI("text=DivorceCare;url=http://www.mynlbc.com/divorceCare.htm;");
aI("text=DivorceCare4Kids;url=http://www.mynlbc.com/divorceCare4kids.htm;");
aI("text=GriefShare Ministry;url=http://www.mynlbc.com/griefshare.htm;");
aI("text=Forgiven & Set Free;url=http://www.mynlbc.com/forgiven_setfree.htm;");
aI("text=C.L.A.S.S.es;url=http://www.mynlbc.com/classes.htm;");
aI("text=Youth;url=http://www.mynlbc.com/overview_youth.htm;");
aI("text=Pedal + Praise;url=http://www.mynlbc.com/pedal+praise.htm;");
aI("text=Pray 4 Life;url=http://www.mynlbc.com/pray4life.htm;");
aI("text=Blended Family Bible Study;url=http://www.mynlbc.com/blendedFamilies.htm;");
aI("text=Children;url=http://www.mynlbc.com/overview_allStars.htm;");
aI("text=Solo Flight;url=http://www.mynlbc.com/soloflight.htm;");
}

with(milonic=new menuname("Questions")){
style=menuStyle;
aI("text=Know God;url=http://www.mynlbc.com/like2_knowGod.htm;");
aI("text=Learn about Baptism;url=http://www.mynlbc.com/like2_baptism.htm;");
aI("text=Learn about Tithing;url=http://www.mynlbc.com/like2_tithing.htm;");
aI("text=Invite a Friend;url=http://www.mynlbc.com/evite.php;");
aI("text=Who We Support;url=http://www.mynlbc.com/supportedMinistries.htm;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

with(milonic=new menuname("MyMilonic")){
style=menuStyle;
margin=20;
aI("text=Login;url=http://www.milonic.com/login.php;");
aI("text=Licenses;url=http://www.milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://www.milonic.com/myinvoices.php;");
aI("text=Make Support Request;url=http://www.milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://www.milonic.com/mysupport.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

drawMenus();

