
/*
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  ******* 
*/

fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200           // 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

//-----------------------------------------------------
// The style settings for the Top Horizontal Menu bar
//-----------------------------------------------------

with(TopMenuStyle=new mm_style()){
onbgcolor="#E2ECF5";
oncolor="#000000";
offbgcolor="#336699";
offcolor="#ffffff";
padding=7;
fontsize=13;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
}

//-----------------------------------------------------
// The style settings for the Vertical Submenu bars
//-----------------------------------------------------

with(menuStyle=new mm_style()){
onbgcolor="#E2ECF5";
oncolor="#000000";
offbgcolor="#336699";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize=1;
//separatorpadding=1;
padding=4;
fontsize=11;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagebgcolor = "#ECF4F9";
pageimage="/images/dhtmlmenu/db_red.gif";
pagecolor = "#000000";
headercolor="#000000";
headerbgcolor = "#C1D7E4";
headerborder="1px solid #000000";
subimage = "/images/dhtmlmenu/black_13x13_greyboxed.gif"
onsubimage="/images/dhtmlmenu/on_13x13_greyboxed.gif"
subimagepadding=2;
overfilter="Fade(duration=0.2);Alpha(opacity=99);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.0)";
}

//-----------------------------------------------------
// The Top Horizontal Menu bar
//-----------------------------------------------------

with(milonic=new menuname("Main Menu")){
style=TopMenuStyle;
screenposition="center";
top=225;
menuwidth=758; 
itemwidth=108;
alwaysvisible=1;
//followscroll='10';
orientation="horizontal";
aI("text=About;showmenu=About;align=center");
aI("text=Church;showmenu=Church;align=center");
aI("text=Wider;showmenu=Wider;align=center");
aI("text=Info;showmenu=Info;align=center");
aI("text=Resources;showmenu=Resources;align=center");
aI("text=Christianity;showmenu=Christianity;align=center");
aI("text=Contact;showmenu=Contact;align=center");
}

//-----------------------------------------------------
// The Side Submenu bars
//-----------------------------------------------------

with(milonic=new menuname("About")){
style=menuStyle;
itemwidth=150;
aI("text=Homepage;url=http://www.christiancentre.org/;");
aI("text=Our Vision;url=http://www.christiancentre.org/about/vision.html;");
aI("text=Our Text for 2010;url=http://www.christiancentre.org/about/focus.html;");
aI("text=Leaders;url=http://www.christiancentre.org/about/leaders.html;");
aI("text=Senior Minister;url=http://www.christiancentre.org/about/david.html;");
}


with(milonic=new menuname("Church")){
style=menuStyle;
itemwidth=150;
overflow="scroll";
aI("text=Sunday Services;url=http://www.christiancentre.org/church/sunday.html;");
aI("text=Alpha Course;url=http://www.christiancentre.org/church/alpha.html;");
aI("text=Small Groups;url=http://www.christiancentre.org/church/cells.html;");
aI("text=Prayer;showmenu=prayer");
aI("text=Children and Family (0-13);showmenu=Children");
aI("text=Youth (14-18);url=http://www.christiancentre.org/church/youth.html;");
aI("text=20s-30s;url=http://www.christiancentre.org/church/20s..30s.html;");
aI("text=Students & 18-25's;url=http://www.christiancentre.org/students/;");
aI("text=Senior Citizens;url=http://www.christiancentre.org/church/seniorcitizens.html;");
aI("text=Women;url=http://www.christiancentre.org/church/women.html;");
aI("text=InSpire <br>(Building Project);showmenu=Inspire");
//aI("text=<b>Wider Ministries</b>;type=header;align=center;");
}

with(milonic=new menuname("Prayer")){
style=menuStyle;
itemwidth=150;
overflow="scroll";
aI("text=Opportunities to Pray;url=http://www.christiancentre.org/church/prayer.html;");
aI("text=InSpire Prayer Room;url=http://www.christiancentre.org/inspire/inspirebookings.html;");
}

with(milonic=new menuname("InSpire")){
style=menuStyle;
itemwidth=150;
overflow="scroll";
aI("text=Overview;url=http://www.christiancentre.org/inspire/index.html;");
aI("text=Latest News;url=http://www.christiancentre.org/inspire/news.html;");
}

with(milonic=new menuname("Children")){
style=menuStyle;
itemwidth=150;
overflow="scroll";
aI("text=Sundays;url=http://www.christiancentre.org/church/children_sunday.html;");
aI("text=During the Week;url=http://www.christiancentre.org/church/children_midweek.html;");
}

with(milonic=new menuname("Wider")){
style=menuStyle;
itemwidth=150;
overflow="scroll";
aI("text=City Church;url=http://www.christiancentre.org/wider/citychurch.html;");
aI("text=Social Responsibility <br>In the UK;url=http://www.christiancentre.org/wider/sr_home.html;");
aI("text=Social Responsibility <br>Abroad;url=http://www.christiancentre.org/wider/sr_abroad.html;");
aI("text=The King's School;url=http://www.christiancentre.org/wider/kingsschool.html;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
itemwidth=150;
//aI("text=Online Shop;url=http://www.christian-centre.org/shopcart/;");
aI("text=Podcast and MP3s;showmenu=Sermons");
aI("text=Written Articles;url=http://www.christiancentre.org/resources/articles.html;");
aI("text=Website Links;url=http://www.christiancentre.org/resources/websites.html;");
}

with(milonic=new menuname("Sermons")){
style=menuStyle;
itemwidth=150;
overflow="scroll";
aI("text=2010;url=http://www.christiancentre.org/resources/onlinesermon.html;");
aI("text=2009;url=http://www.christiancentre.org/resources/onlinesermon2009.html;");
aI("text=2008;url=http://www.christiancentre.org/resources/onlinesermon2008.html;");
//aI("text=2007;url=http://www.christiancentre.org/resources/onlinesermon2007.html;");
}

with(milonic=new menuname("Info")){
style=menuStyle;
itemwidth=150;
aI("text=Coming Up;url=http://www.christiancentre.org/news/comingup.html;");
//aI("text=Monthly News & Diary Notes;url=http://www.christiancentre.org/blog.html;");
aI("text=Teaching & Courses;url=http://www.christiancentre.org/news/courses.html;");
//aI("text=Christian Centre Blog;url=http://www.christiancentre.org/blog.html;");
//aI("text=Christian Centre on YouTube;url=http://www.youtube.co.uk/ChristianCentreNottm;");
}

with(milonic=new menuname("Christianity")){
style=menuStyle;
itemwidth=150;
aI("text=Online Resources;url=http://www.christiancentre.org/christianity/morenow.html;");
aI("text=At the Christian Centre;url=http://www.christiancentre.org/christianity/morecc.html;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
itemwidth=150;
aI("text=Planning to Visit?;url=http://www.christiancentre.org/visitors/;");
aI("text=Getting Connected;url=http://www.christiancentre.org/church/connect.html;");
aI("text=How to Find Us;url=http://www.christiancentre.org/contact/directions.html;");
aI("text=Contact Details;url=http://www.christiancentre.org/contact/contactdetails.html;");
aI("text=Make an Online Donation;url=http://www.christiancentre.org/donate/;");
}

drawMenus();

