// menu_items.js file

var MENU_ITEMS =[
	["Home", "http://www.gmfj.org/pages/home.htm", 
		["How it all started", "http://www.gmfj.org/pages/how_it_started.htm"],
		["Interviews with founders", "http://www.gmfj.org/pages/founders2.htm"],
		["Stories around the world", "http://www.gmfj.org/pages/stories.htm"],
		["Statement of Faith", "http://www.gmfj.org/pages/statement_of_faith.htm"],
		["Endorsements", "http://www.gmfj.org/pages/endorsements.htm"],
	],
	
	["Organisers Guidelines", "http://www.gmfj.org/pages/og.htm", 
		["a Church Without Walls", "http://www.gmfj.org/pages/og_a.htm"],
		["b Getting started", "http://www.gmfj.org/pages/og_b.htm"],
		["c Forbidden Marching", "http://www.gmfj.org/pages/og_c.htm"],
 		["d Overview of a March", "http://www.gmfj.org/pages/og_d.htm"],
		["e Prayerwalking", "http://www.gmfj.org/pages/og_e.htm"],
		["f March Content", "http://www.gmfj.org/pages/og_f.htm"],
		["g Planning the March", "http://www.gmfj.org/pages/og_g.htm"],
		["h Finances", "http://www.gmfj.org/pages/og_h.htm"],
		["i Music & March Leading", "http://www.gmfj.org/pages/og_i.htm"],
		["j Communicating Vision", "http://www.gmfj.org/pages/og_j.htm"],
		["k Training for Marching", "http://www.gmfj.org/pages/og_k.htm"],
		["l Volunteers", "http://www.gmfj.org/pages/og_l.htm"],
		["m Media Liaison", "http://www.gmfj.org/pages/og_m.htm"],
		["n Video & Photography", "http://www.gmfj.org/pages/og_n.htm"],
		["o Writing a Praise March", "http://www.gmfj.org/pages/og_o.htm"],
 		["p Further Resources", "http://www.gmfj.org/pages/og_p.htm"],
		["q Definition of Terms", "http://www.gmfj.org/pages/og_q.htm"],
	],
	
	["Resources", "http://www.gmfj.org/pages/resources.htm",
		["Prayer Walking Guide", "http://www.gmfj.org/pages/resources_pg.htm"],
		["Prayer Script 1", "http://www.gmfj.org/pages/resources_p1.htm"],
		["Prayer Script 2", "http://www.gmfj.org/pages/resources_p2.htm"],
		["Images", "http://www.gmfj.org/pages/resources_images.htm"],
	],
	
	["News Reports", "http://www.gmfj.org/pages/news_reports.htm",
		["Press & Archives", "http://www.gmfj.org/pages/news_reports.htm"],
		["Country Reports by A-Z", "http://www.gmfj.org/pages/nations_reports.htm"],
	],
	
	["Contact/Site Index", "http://www.gmfj.org/pages/contacts.htm", 
		["Site Index", "http://www.gmfj.org/pages/site_index.htm"],

	],
];
