function ButtonClicked(NewForm)
	{
	switch(NewForm)
		{
		case "Button1":
			ContactWindow=window.open("Contact.html","_Blank","toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=420, height=800");
		  	break;    
		case "Button2":
			window.open("Services.html","_Blank","toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=840, height=1000");
		  	break;    
		case "Button3":
			window.open("Philosophy.html","_Blank","toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=440, height=2000");
		  	break;    
		case "Button4":
			window.open("Expertise.html","_Blank","toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=420, height=1000");
		  	break;    
		case "Button5":
			/*  This section not yet ready
			window.open("Team Profiles.html","_Blank","toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=no, resizable=no, copyhistory=yes, width=420, height=700");
			*/
		  	break;    
		case "Button6":
			window.open("Interventions.html","_Blank","toolbar=no, location=no, location=yes, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=1050, height=1000");
		  	break;    
		case "Button7":
			window.open("Recruitment.html","_Blank","toolbar=no, location=no, directories=no, status=yes, menubar=yes, scrollbars=yes, resizable=yes, copyhistory=yes, width=1200,height=1000");
		  	break;    
		}
	}

