function about(){
	document.getElementById("pul").className = "about";
}
function design(){
	document.getElementById("pul").className = "design";
}
function phaseOne(){
	document.getElementById("pul").className = "phaseOne";
}
function phaseTwo(){
	document.getElementById("pul").className = "phaseTwo";
}
