var Button = new Array(7);
	Button[0] = null;

	
	// Do not edit above this line
	// Enter the names for the six buttons here
	
	Button[1] = "Events"; 
	Button[2] = "About";
	Button[3] = "Mentoring";
	Button[4] = "Recognitions";
	Button[5] = "Pictures";
	Button[6] = "Links";
	
	// End of names
	// See below for button URLs
	

	
var ButtonURL = new Array(7);
	ButtonURL[0] = null;

	
	
	// Enter the URLs for the six buttons here
	
	ButtonURL[1] = "index.php";
	ButtonURL[2] = "general.php";
	ButtonURL[3] = "mentoring.php";
	ButtonURL[4] = "recognitions.php";
	ButtonURL[5] = "index.php";
	ButtonURL[6] = "links.php";
	
	// End of URLs