/*
  --- 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','/index.htm',null,
	],
	['Who We Are', null, null,
		['Contact Us', 'mailto:fbcs777@bellsouth.net', null],
		['Join Us','/join.htm',null],
		['Location','/location.htm',null],
		['Staff', '/staff.htm', null],
		['Welcome','/welcome.htm',null],
    ],
	['Ministries', null, null,
	    ['Children','/children/ministry.htm',null],
	    ['Music','/music/ministry.htm',null],
		['Senior Adults', '/senior/ministry.htm',null],
		['Student', '/student/index.htm',null],
		['Sports','/Upward/upward.htm',null],
    ],
	['Worship', null, null,
	    ['Worship Schedule','/worship.htm',null],
		["Children's Worship",'/childrenworship/ministry.htm',null],
		['Bible Study', null,null,
		   ['Classes','/biblestudy.htm',null],
		   ['Pictures','/sundayclasses/classes.htm',null],
		],   
	],
	['FBC-FYI',null,null,
	    ['DivorceCare','/divorcecare/divorcecare.htm',null],
	    ['Library','http://library.smyrnafirst.org',null],
	    ['LLL Club','/ministries/lll_club.htm',null],
	    ['Recent Events','/pictures.htm',null],
		['The Message',null,null,
		   ['Front Page','/TheMessage/page1.asp',null],
		   ['PDF file','/TheMessage/TheMessage.pdf',null],
   		],  
		['1st Travelers','/ministries/travelers.htm',null],
		['Wed. Night Menu','/TheMessage/page1.asp?page=11',null],
	],
	['Weekday Education', '/weekday_education.htm', null,
	],		
];

