function showbio (id) {
	document.getElementById('biotext').innerHTML = document.getElementById('bio'+id).innerHTML;	
	
}