/*
  --- menu items --- 
  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 = [
	['About St. James', null, null,
	    ['Home Page', 'http://www.sjlcbellefourche.org/index.html'],
/*		['Statement of Faith', 'statement_of_faith.html'],  */
		['Staff', 'staff.html'],
/*      ['Church Council', 'council.html'],                 */
		['Photos', 'photos.html'],
/*		['History of St. James', 'history.html'],           */
		['Directions', 'directions.html'],
	],
	['Ministries & Groups', 'ministries.html', null],
/*
		['Women\'s Ministries', 'women.html'],
		['Men\'s Ministries', 'men.html'],
		['Youth!', 'youth.html'],
		['Children', 'children.html'],
		['Committees', 'committees.html'],
	],
*/	
	['Calendar', null, null,
		['January 2009', 'cal200901.html'],
    ['February 2009', 'cal200902.html'],
		['March 2009', 'cal200903.html'],
/*		['September 2008', 'cal200809.html'],
    ['August 2008', 'cal200808.html'],
    ['May 2008', 'cal200805.html'],
    ['April 2008', 'cal200804.html'],
    ['March 2008', 'cal200803.html'],
    ['February 2008', 'cal200802.html'],
    ['November 2007', 'cal200711.html'],
		['June 2007', 'cal200706.html'],
		['May 2007', 'cal200705.html'],
		['April 2007', 'cal200704.html'],
		['January 2007', 'cal200701.html'],
	  ['December 2006', 'cal200612.html'],
    ['November 2006', 'cal200611.html'],
	  ['October 2006', 'cal200610.html'],
	  ['July 2006', 'cal200607.html'],
	  ['June 2006', 'cal200606.html'],
		['March 2006', 'cal200603.html'],
		['February 2006', 'cal200602.html'],
		['January 2006', 'cal200601.html'],
		['December 2005', 'cal200512.html'],
		['November 2005', 'cal200511.html'],
		['October 2005', 'cal200510.html'],
		['August 2005', 'cal200508.html'],
		['July 2005', 'cal200507.html'],
		['June 2005', 'cal200506.html'],
		['May 2005', 'cal200505.html'],
*/
	],
	['Resources', null, null,
	    ['From the ELCA', 'elcalinks.html'],
		['Gifts Inventory', 'http://www.elca.org/evangelism/assessments/spiritgifts.html'],
	    ['Directions', 'directions.html'],
	],
		
];

