// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS = [
	
['', null, null,
            ['June 2009','june2009.htm',],
            ['Dec 2008','dec2008.htm',], 
		['Aug Sept 08','sept2008.htm',],
		['June July 08','junejuly2008.htm',],
		['May 2008','may2008.htm',],
		['April 2008','april2008.htm',],
		['March 2008','march2008.htm',],
		['','',],
		
	],
	['', null, null,
		['Summer Camps','3.htm',],
		['Youth Retreat','1.htm',],
		['Safe Haven','2.htm',],
		['','',],
		['','',],
		['','',],
		
	]
	
];
