// Public Menu - Main Site
// menu_items.js file

var MENU_ITEMS =[
	["Profile Homepage", "pastorial_search.asp"],
	["Church History", "history.asp"],          
	["Church Profile", "profile.asp"],
	["Search Committee", "committee.asp"],
	["Download These Pages", "download.asp"],
	["Main Homepage", "index.asp"]	
];
