/*
  --- menu items CCF  CCF  CCF  CCF--- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['home', 'index.htm',null,],

	['church', null,null,
		['about CCF',null,null,
			['background', 'church.htm'],
			['beliefs', 'beliefs.htm',],
			['practices', 'practices.htm'],
                        ['hall', 'building.htm'],
                        ['map','map.htm'],
		],

	['bible studies','biblestudies.htm',null,],

                ['young church',null,null,
                        ['sunday school','sschool.htm',null,
					['resources','resources.htm'],
				],
				['gatekeepers','gatekeepers.htm'],
                ],
		['jokes/stories',null,null,
			['haha','jokes.htm'],
			['stories','stories.htm'],
		],
	],



	['contact', null,null,
			['leaders', null,null,
					['email Paul', 'mailto:paul@xfish.org.uk'],
					['email Eddie', 'mailto:w.powell2@btinternet.com'],
					['snailmail','add.htm'],
			],

			['guestbook','../guestbook/',{'tw' : 'win2'},],
			['email', null,null,
				['general enquiry','mailto:info@xfish.org.uk'],
			],
	],
	['music', null,null,
			['midi', 'midi.htm'],
	],
	['links', null,null,
		['daily readings', 'http://www.word-on-the-web.co.uk',{'tw' : 'win2'},],
		['gospel for asia', 'http://www.gfa.org',{'tw' : 'win2'},],

                ['god digital','http://www.god.tv/',{'tw' : 'win2'},],
                ['alpha','http://alphacourse.org/',{'tw' : 'win2'},],
                ['praise-him','http://www.praise-him.co.uk/',{'tw' : 'win2'},],
		],

];