function posiciona(nomecampo)
{
	 //alert("xy="+nomecampo);
	 document.getElementById(nomecampo).focus();
	 return true;
}
