_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=4;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#990099";
oncolor="#FFFFFF";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=15;
orientation="horizontal";
style=menuStyle;
top=10;
aI("status=Back To Home Page;text=Home;url=http://www.the-church.org.uk/;");
aI("showmenu=About us;text=About us;");
aI("showmenu=Children & Youth;text=Children & Youth;");
aI("showmenu=About the Gospel;text=About the Gospel;");
aI("showmenu=Resources;text=Resources;");
}

with(milonic=new menuname("About us")){
overflow="scroll";
style=menuStyle;
aI("text=Our Vision Statement;url=vision.htm;");
aI("text=Church Officers;url=officers.htm;");
aI("text=Location of the Church;url=http://www.multimap.com/map/browse.cgi?lat=51.3961&lon=-0.1147&scale=5000&icon=x;target=new;");
}

with(milonic=new menuname("Children & Youth")){
style=menuStyle;
aI("text=C&YP Home Page;url=cyphome.htm;");
aI("text=Sunday Groups;url=sdaykids.htm;");
aI("text=Under Fives;url=under5s.htm;");
aI("text=Wayfinders;url=wayfinders.htm;showmenu=WayMenu;");
aI("text=Discoverers;url=discovers.htm;");
aI("text=Impact;url=impact.htm;showmenu=ImpactMenu;");
}

with(milonic=new menuname("WayMenu")){
style=menuStyle;
aI("text=This Term at Wayfinders;url=way_story.htm;");
}

with(milonic=new menuname("ImpactMenu")){
style=menuStyle;
aI("text=Autumn programme 2007;url=impact_ap07.htm;");
aI("text=Pwllheli 2005;url=pwllheli.htm;");
}

with(milonic=new menuname("About the Gospel")){
overflow="scroll";
style=menuStyle;
aI("showmenu=Gospel Messages;text=Gospel Messages;");
aI("showmenu=Testimonies;text=Testimonies;");
aI("text=Our Basis of Faith;url=basisfaith.htm;");
}

with(milonic=new menuname("Gospel Messages")){
style=menuStyle;
aI("text=Follow the Makers instructions;url=gospelms1.htm;");
}

with(milonic=new menuname("Testimonies")){
style=menuStyle;
aI("text=Brice;url=brice.htm;");
aI("text=Dipak;url=dipak.htm;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Christianity Explored course;url=ce.htm;");
aI("text=Prayer;url=prayer.htm;");
aI("text=A man in Sixty Billion;url=sixty.htm;");
aI("text=Recommended Links;url=links.htm;showmenu=LinkMenu;");
}

with(milonic=new menuname("LinkMenu")){
style=menuStyle;
aI("text=The Metropolitan Tabernacle;url=http://www.metropolitantabernacle.org/;target=new;");
aI("text=The Spurgeon Archive;url=http://www.spurgeon.org/mainpage.htm;target=new;");
aI("text=John Blanchard's Home Page;url=http://www.johnblanchard.org/;target=new;");
aI("text=John Piper’s Desiring God Ministries;url=http://www.desiringgod.org/;target=new;");
aI("text=Christian Conventions;url=http://www.christianconventions.org.uk/;target=new;");
}

drawMenus();