function linkover(oBj){
	oBj.style.color='#FBE46A';
}

function linkout(oBj){
	oBj.style.color='#990033';
}

function profileswitch(oBj){
	
	if(oBj.id == 1){
		document.getElementById('mainface').innerHTML="<a href=\"http://www.endosouthwest.co.uk\"><img id=facedisplay src="+oBj.src+" width=250px style=\"border: none;text-decoration:none\" title=\"Click for more information on Prof. Louw\"></a>";
	}
	else{
		document.getElementById('mainface').innerHTML="<img id=facedisplay src="+oBj.src+" width=250px>";
	}
		
	document.getElementById('titles').innerHTML=document.getElementById(oBj.id+'titletext').innerHTML;
	document.getElementById('maindesc').innerHTML=document.getElementById(oBj.id+'bodytext').innerHTML;
}
