var gc_menu_pageName = 0;
var gc_menu_display = 1;
var gc_menu_title = 2;

var ga_menu = new Array();
ga_menu[ga_menu.length] = new Array("default", "Home", "Back to the Windlehurst Methodist Church homepage.");
/*ga_menu[ga_menu.length] = new Array("localArea", "Local Area", "Windlehurst's local area.");
ga_menu[ga_menu.length] = new Array("aboutUs", "About Us", "About Windlehurst Methodist Church and the people involved.");
ga_menu[ga_menu.length] = new Array("history", "History", "A brief history of Windlehurst, it's church and community.");
ga_menu[ga_menu.length] = new Array("news", "Newsletter", "The current and past newsletters.");*/
ga_menu[ga_menu.length] = new Array("whatsOn", "What's On", "The current timetable of events.");
ga_menu[ga_menu.length] = new Array("vision", "Vision", "The vision for the future of Windlehurst Methodist Church.");

document.write("<DIV id=menuDiv class=\"menu defaultMenu\">");

var i;
for (i=0; i<ga_menu.length; i++)
{
	if (ga_menu[i][gc_menu_pageName]==g_page)
	{
		document.write("<DIV class=menuItemActive title=\""+ga_menu[i][gc_menu_title]+"\">"+ga_menu[i][gc_menu_display]+"</DIV>");
	}
	else
	{
		document.write("<A class=menuItem href=\""+ga_menu[i][gc_menu_pageName]+".htm\" title=\""+ga_menu[i][gc_menu_title]+"\">"+ga_menu[i][gc_menu_display]+"</A>");
	}
}				

document.write("<DIV class=clearFloat></DIV></DIV>");

var gc_activity_name = 0;
var gc_activity_datetime = 1;
var gc_activity_desc = 2;
var gc_activity_regular = 3;

var ga_activity = new Array();

ga_activity[ga_activity.length] = new Array("Sunday Worship","10.30am every Sunday except 13th May & 17th June (See below)","A mix of traditional and modern styles, offering fellowship in a friendly atmosphere. All age worship 1st Sunday in the month.",true);
ga_activity[ga_activity.length] = new Array("Walking for Health","Mondays at 1.30pm  except Bank Hols","Fresh air, exercise and warm fellowship.",true);
ga_activity[ga_activity.length] = new Array("Gardening","2nd Monday in each month at 2.30pm","Share your gardening tips and experiences.",true);
ga_activity[ga_activity.length] = new Array("Young Musicians","Mondays at 4.30pm","Children's Music Group.",true);
ga_activity[ga_activity.length] = new Array("Hand Bell Ringers","Mondays at 8pm","Make music with friends.",true);
ga_activity[ga_activity.length] = new Array("Women's Fellowship","2nd Tuesday of each month at 2.30pm","Interesting speakers and a chance to meet friends.",true);
ga_activity[ga_activity.length] = new Array("Sharing and Caring","Alternate Wednesdays from 9th May, 12 noon","Discussion group and a chat over lunch afterwards.",true);
ga_activity[ga_activity.length] = new Array("Tai Chi","Weds 2nd to 30th May, Thurs 7th June to 12th July: Beginners 6.30pm, Advanced 7.30pm","Gentle exercise to unwind.",true);
ga_activity[ga_activity.length] = new Array("China Painting","Thursdays at 7pm","Bring out the artist in you.",true);

ga_activity[ga_activity.length] = new Array("Coffee Morning","Saturday 12th May, 10am to 12 noon","Church fund raising event.",false);
ga_activity[ga_activity.length] = new Array("The Big Sing","Sunday 13th May, 4pm","Your favourite hymns followed by refreshments.",false);
ga_activity[ga_activity.length] = new Array("Gentle Chaos","Thursday 24th May, 7.30pm","A relaxed musical evening.",false);
ga_activity[ga_activity.length] = new Array("Rainbow","Sunday 10th June, 10.30am","Worship with a difference .",false);
ga_activity[ga_activity.length] = new Array("United service at Dialstone Methodist Church","Sunday 17th June 4pm","An opportunity to meet members of Dialstone & Offerton Methodist churches plus refreshments.",false);
ga_activity[ga_activity.length] = new Array("Midsummer Madness","Sat 23rd June, 2pm to 4pm","Fundraising, fun and friendship: Strawberries, stalls and much more.",false);
ga_activity[ga_activity.length] = new Array("Church Anniversary","Sunday 1st July, 10.30am","Preacher: Andrew Stunell M.P.",false);
ga_activity[ga_activity.length] = new Array("Circuit Service","Sunday 1st July, 6pm","Preacher: Rev Dr P Ensor.",false);
