



this_page = "index.cfm";

function SetupMenus () {
///////////////////////////////////////////////////////////
	Menu.setSpeeds (20, 35);
	Menu.setCloseTimer (20);
	Menu.setClasses ("menuBox", "menuItem", "menuItemSelected", "menuBox2", "menuItem2", "menuItemSelected2", "menuBox3", "menuItem3", "menuItemSelected3");
	
	
		
			
			
			m = new Menu (0, 0, "WhoAreWe", 0);
			
				m.addOption ("Articles of Faith: The Baptist Faith and Message of 1963", this_page + "?action=pages&key=32");
			
				m.addOption ("Constitution and Bylaws of the Warrenton Baptist Church", this_page + "?action=pages&key=29");
			
				m.addOption ("Get Involved", this_page + "?action=pages&key=31");
			
				m.addOption ("Our Church Values", this_page + "?action=pages&key=11");
			
				m.addOption ("Stewardship", this_page + "?action=pages&key=34");
			
				m.addOption ("Warrenton Baptist Church Covenant", this_page + "?action=pages&key=28");
			
				m.addOption ("WBC Service Times", this_page + "?action=pages&key=30");
			
				m.addOption ("When God Begins to Move ... Our Future", this_page + "?action=pages&key=9");
			
			
				m.addOption ("Staff", this_page + "?action=staff");
			
		
			
			
			m = new Menu (0, 0, "ChurchLife", 0);
			
				m.addOption ("Calendar and Events", this_page + "?action=pages&key=36");
			
				m.addOption ("Deacons and assignments", this_page + "?action=pages&key=13");
			
				m.addOption ("Touching Tomorrow Today", this_page + "?action=pages&key=38");
			
				m.addOption ("Volunteer Assignments- Deacons", this_page + "?action=pages&key=35");
			
				m.addOption ("Volunteer Assignments- Sound Team", this_page + "?action=pages&key=39");
			
			
				m.addOption ("Photo Gallery", this_page + "?action=photoGallery");
			
		
			
			
			m = new Menu (0, 0, "Education", 0);
			
				m.addOption ("Missions Education", this_page + "?action=pages&key=42");
			
				m.addOption ("Sunday School", this_page + "?action=pages&key=33");
			
			
		
			
			
			m = new Menu (0, 0, "Worship", 0);
			
				m.addOption ("Music Ministry", this_page + "?action=pages&key=43");
			
				m.addOption ("Weddings", this_page + "?action=pages&key=40");
			
			
		
			
			
			m = new Menu (0, 0, "Visitor", 1);
			
				m.addOption ("Coffee Fellowship", this_page + "?action=pages&key=12");
			
			
				m.addOption ("Sermons", this_page + "?action=sermons");
			
		
			
			
			m = new Menu (0, 0, "Ministries", 1);
			
				m.addOption ("Bread Ministry", this_page + "?action=pages&key=20");
			
				m.addOption ("Friendly Friday Folks", this_page + "?action=pages&key=14");
			
				m.addOption ("Greeter Ministry", this_page + "?action=pages&key=19");
			
				m.addOption ("Prayer Ministry", this_page + "?action=pages&key=16");
			
				m.addOption ("Radio Ministry", this_page + "?action=pages&key=45");
			
				m.addOption ("Singles' Ministry", this_page + "?action=pages&key=25");
			
				m.addOption ("Sojourners", this_page + "?action=pages&key=17");
			
				m.addOption ("Spanish Language Ministry", this_page + "?action=pages&key=41");
			
				m.addOption ("Women's Ministry", this_page + "?action=pages&key=15");
			
				m.addOption ("Youth Ministry", this_page + "?action=pages&key=44");
			
			
		
			
			
			m = new Menu (0, 0, "TinyTots", 1);
			
				m.addOption ("Philosophy of Care", this_page + "?action=pages&key=6");
			
				m.addOption ("Program Highlights", this_page + "?action=pages&key=7");
			
			
		
			
			
			m = new Menu (0, 0, "Partnership", 1);
			
				m.addOption ("Habitat for Humanity", this_page + "?action=pages&key=8");
			
			
		
			
			
			m = new Menu (0, 0, "Become", 1);
			
				m.addOption ("Becoming a Christian", this_page + "?action=pages&key=5");
			
				m.addOption ("Our Services", this_page + "?action=pages&key=47");
			
			
		
			
			
			m = new Menu (0, 0, "Missions", 0);
			
				m.addOption ("Cooperative Missions", this_page + "?action=pages&key=21");
			
				m.addOption ("Haiti", this_page + "?action=pages&key=23");
			
				m.addOption ("Individual and Mission Teams", this_page + "?action=pages&key=24");
			
				m.addOption ("Mississippi Church", this_page + "?action=pages&key=18");
			
				m.addOption ("Special Mission Offerings", this_page + "?action=pages&key=22");
			
			
		
	
	m = new Menu (0, 0, "Resources", 0);
	m.addOption ("Links", this_page + "?action=pages&key=48");
//	m.addOption ("Links", this_page + "?action=links");
	m.addOption ("Documents", this_page + "?action=forms");
	m.addOption ("Newsletters", this_page + "?action=newsletters");
	
	m = new Menu (0, 0, "Resources2", 2);
	m.addOption ("Links", this_page + "?action=pages&key=48");
//	m.addOption ("Links", this_page + "?action=links");
	m.addOption ("Documents", this_page + "?action=forms");
	m.addOption ("Newsletters", this_page + "?action=newsletters");
	
	window.setInterval ("Menu.update ();", 20);
}
