¡Oops! Me he confundido por abusar del copy&paste (gracias por el toque
caricatos 
)
Mi código debería quedar así:
Código PHP:
i=0;
function camb_imag() {
document.imagen.width=document.imagen.width+i;
i++;
if (i<10) setTimeout('camb_imag()', 1000);
}
Saludos,