/* Tigra Menu items structure */

var MENU_ITEMS = [

	['Home', 'Welcome'],

	['Leadership', null, null,

		['Elders', 'Elders'],

		['Deacons', 'Deacons'],

		['Preacher', 'Preacher']

	],

        ['Links', 'Links'   ],

        ['Bulletin', 'javascript:showBulletin()'],    

        ['Sermons', 'SermonList'],    

	['About Us', null, null,

                ['What We Believe', 'WhatWeBelieve'],

                ['Locate Us', 'http://maps.google.com/maps?f=q&hl=en&q=Eastside+Church+of+Christ+Maryville+TN+37804&ie=UTF8&z=13&ll=35.756543,-83.984814&spn=0.105732,0.166168&om=1&iwloc=A']],

        ['WebMail', 'javascript:goToWebMail()'],

        ['Login', 'javascript:showLogin()'],

        ['Msg Board', '/phpBB/login.php']

       

];

