function change(obj){ var nivel=new String(obj); nivel=nivel.substr(2,1); objeto=FIND(obj); if (objeto.style.display=="") objeto.style.display = "none"; else { objeto.style.display= ""; mostrarnivel(nivel,5); } } function mostrarnivel(nro,c){ var numero=parseInt(nro); var cant=parseInt(c); for(i=1;i