//MENU DE HALITOSE
function mostraCelula(f,c,h){
	// 0 = nao mostra | 1 = mostra
		
	if ( f == 1 ){ 
	
		transplante.style.display = ''; 
	
	} else if ( f == 0 ) {
	
		transplante.style.display = 'none'; 
	
	}
}
