function retornaElemento(nome)
{
	return document.getElementById(nome);
}