function aparecer() { for (i = 0; i <=100; i++) setTimeout("document.getElementById('id').style.opacity = " + i, (10 * i)); }