prueba de esta forma sin colocarlo en el body
que imprima primero tu campo y luego le haga el focus
Cita: <form name="formulario_descuento">
<input type="text" name="nombre1"/>
<input type="text" name="nombre2"/>
<input type="text" name="nombre"/>
</form>
<script languaje="javascript">
formulario_descuento.nombre.focus();
</script>