

var MENU_ITEMS = [
	
	["Home", "index.php"],
	
	["We are Different", "different.php"],

	["History of SD", "history.php"],
	
	["The SD Process", "process.php"],
	
	["Testimonials", "testimonials.php"],

	["JOIN!", "join.php"],
	
	["Pictures", "pictures.php"],
	["Members", null, null,
		["Contact Page", "contact.php"],
		["Constitution", "constitution.php"],
		["Group Members", "members/group/"],		
		["Social Action Projects", "members/socialAction/"],
		["Moderators", "members/moderators/"],
		["Executive Board", "members/exec"],
	]

];


