window.onload=function(){ var p,i; p=document.getElementsByTagName('p'); for(i=0;i!=p.length;i++) muestraOculta(i+1); }