function hideAll(){
	getObj('placeHolder').style.display = 'block';
	getObj('whoIsPhiMu').style.display = 'none';
	getObj('ourOrganization').style.display = 'none';
	getObj('people').style.display = 'none';
	getObj('events').style.display = 'none';
	getObj('relationships').style.display = 'none';
}
