//keywords
var code="code";var url="url";var targ="target";var sub="sub";
//styles
var VSTYLE = {"border":1, "shadow":0, "color":{"border":"Black", "shadow":"Gray", "bgON":"#3333cc","bgOVER":"#f0f0f0"}, "css":{"ON":"clsCMVOn", "OVER":"clsCMVOver"}};
//items and formats
var VERTICAL_MENU_ITEMS =
[
	{"pos":[4,87], "size":[25,126], "itemoff":[24,0], "leveloff":[10,99], "delay":500, "style":VSTYLE},
	{code:"Home", url:"http://www.tootingmethodistchurch.org.uk/index.html"},
	
	{code:'Junior Church',
		sub:[
			{"size":[25,140]},
			{code:'Activities', url:"http://www.tootingmethodistchurch.org.uk/junioract.html"},
			{code:'News', url:"http://www.tootingmethodistchurch.org.uk/juniornews.html"},
			]
	},
	{code:"NewsLetter",
		sub:[
			{"size":[25,140]},
			{code:'Introduction', url:"http://www.tootingmethodistchurch.org.uk/newsletter.html"},
			{code:'Notices', url:"http://www.tootingmethodistchurch.org.uk/notices.html"},
			{code:'Mid-Week Activities', url:"http://www.tootingmethodistchurch.org.uk/midweekact.html"},
			{code:'Archives', url:"http://www.tootingmethodistchurch.org.uk/newsarchives.html"},
			]
	},
	{code:'Services',
		sub:[
			{"size":[25,140]},
			{code:'Services & Preachers', url:"http://www.tootingmethodistchurch.org.uk/services.html"},
			{code:'Archives', url:"http://www.tootingmethodistchurch.org.uk/servarchives.html"},
			]
	},
	{code:'A Light Touch',
		sub:[
			{"size":[25,140]},
			{code:'A Light Touch-1', url:"http://www.tootingmethodistchurch.org.uk/lighttouch1.html"},
			{code:'A Light Touch-2', url:"http://www.tootingmethodistchurch.org.uk/lighttouch2.html"},
			]
	},
	{code:'Prayers',
		sub:[
			{"size":[25,140]},
			{code:'Prayers', url:"http://www.tootingmethodistchurch.org.uk/prayers.html"},
			]
	},
	{code:'Tooting Officers',
		sub:[
			{"size":[25,140]},
			{code:'Officers', url:"http://www.tootingmethodistchurch.org.uk/officers.html"},
			]
	},
	{code:'Circuit',
		sub:[
			{"size":[25,140]},
			{code:'News', url:"http://www.tootingmethodistchurch.org.uk/cctnews.html"},
			{code:'Officers', url:"http://www.tootingmethodistchurch.org.uk/cctofficers.html"},
			]
	}
];


