function showId(id){
 	document.getElementById(id).style.display = '';
}