Function Mostrar() { for (x=0;x<5;x++) { document.write("<font color='#FF0000'>Totales "+suma[x] + "</font>"); document.write("<br>"); } }