// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["main", "http://www.ccjonline.org.za/index.html"],
	["background & activities", "",
		["overview", "http://www.ccjonline.org.za/background/overview.html"],
		["community outreach", "",
			["introduction", "http://www.ccjonline.org.za/background/intro.html"],
			["services offered by the support centre", "http://www.ccjonline.org.za/background/services.html"],
			["problems addressed by the support centres", "http://www.ccjonline.org.za/background/problems.html"],
			["supporting the staff at the support centres", "http://www.ccjonline.org.za/background/support.html"],
			["building partnerships", "http://www.ccjonline.org.za/background/partnerships.html"],
			["working in rural communities", "http://www.ccjonline.org.za/background/rural.html"],
			["impacting people", "http://www.ccjonline.org.za/background/impact.html"]
		],
		["research", "background/research.html"],
		["publications & publicity unit", "http://www.ccjonline.org.za/background/mediaunit.html"],
		["student internship programme", "http://www.ccjonline.org.za/background/internships.html"]
	],
	["resources", "",
		["overview", "http://www.ccjonline.org.za/resources/overview.html"],
		["documentation & evaluation of the support centres", "http://www.ccjonline.org.za/resources/evaluation.html"],
		["building awareness", "http://www.ccjonline.org.za/resources/awareness.html"],
		["the ccj legal series", "http://www.ccjonline.org.za/resources/legalseries.html"],
		["resource centre", "http://www.ccjonline.org.za/resources/resources.html"],
		["mailing list", "http://www.ccjonline.org.za/resources/mailinglist.html"]
	],
	["case reports", "", 
		["overview", "http://www.ccjonline.org.za/reports.html"],
		["case reports", "http://www.ccjonline.org.za/casereports/index.php"]
	],
	["news", " ",
		["CCJ news", "http://www.ccjonline.org.za/news/news.php"],
		["mainstream news", "http://www.ccjonline.org.za/news/mainnews.php"]
	],
	["recognition", "http://www.ccjonline.org.za/recognition.html"],
	["staff", "http://www.ccjonline.org.za/staff.html"],
	["contacts", "",
		["head office", "http://www.ccjonline.org.za/headoffice.html"],
		["outreach support centre", "http://www.ccjonline.org.za/outreachcentres.html"]
	],
	["financial support", "http://www.ccjonline.org.za/donate.html"],
	["useful links", "http://www.ccjonline.org.za/links.html"] 
	];
