/*
  --- 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 = [
	['Home','http://www.flc-al.org',{'tw' :'_parent'}],
	['Announcements','./announcements.php',{'tw' :'top'}],
	['About Us','./aboutusimage.php',{'tw' : 'top'},
		['Mission Statement','mission_statement.php', {'tw' : 'top'}],
		['F.A.Q.','faq.php',{'tw' : 'top'}],
		['Where do we stand?','./where_do_we_stand.php',{'tw' : 'top'}],
		['Staff','./staff.php',{'tw' : 'top'}],
		['Directions','location.php',{'tw' : 'top'}],
		],
	['The Seal','luther_seal.php',{'tw' : 'top'}],
	['Worship Services','traditionalservice.php',{'tw' : 'top'}],
	['Members Section', null,{'tw' : 'top'},
		['Council Members','council_email.php', {'tw' : 'top'}],
		['Volunteer',null, {'tw' : 'top'},
			['8 am Service','./8am_service_ann.php',{'tw' : 'top'}],
			['Grass Cutting','./Property.php',{'tw' : 'top'}],
		],
	],
	['Fun',null,{'tw' : 'top'},
		['Noah','./noah.php',{'tw' : 'top'}],
		['Jokes','../jokes/jokes1.php',{'tw' : 'top'}],
	],
	['Calendar','./Cal105/month.php',{'tw' : 'top'}],
	['Notes of Faith','wordpress/index.php', {'tw' : 'top'}],
	['Lutheran Links','lutheran_links.php',{'tw' : 'top'}],
	['Attention Moms','MomsInTouchInternational.php',{'tw' : 'top'}],
];
