/*
  --- 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_ITEMS1 = [
	['Home','welcome.php', null,
 	],
	['Our History',null, null,
                ['Origins of St. Paul&#146;s Church','stpaulorg.php'],
                ['World War I','hist_ww1.php'],
                ['The Great Depression','hist_grtdep.php'],
                ['Post World War II','hist_postww2.php'],
	],
	['Our Leadership', null, null,
		['Staff','staff.php'],
		['Consistory','consistory.php'],
	],
	['Our Location', null, null,
		['Map and Photo','churchmap.php'],
		['MapQuest Directions','http://www.mapquest.com/maps?address=104+Green+St&city=Sellersville&state=PA&zipcode=18960'],

	],
	['Contact Us','contact_email.php' , null,
	],
	['Prayer Request','prayreq_email.php', null,
	],

];


