i=0; function camb_imag() { document.imagen.width=document.imagen.width+i; i++; if (i<10) setTimeout(tiempo, 1000); }