function cancelarGravacao() {
	hide('representantes');
	return false;
}

function adicionar() {	show('representantes');	document.getElementById('representante').focus();}
