if (paramDh==0){ $( document ).ready(function() { $( "a.desplegar" ).each(function( index ) { contraerTodo($( this )); }); $( "a.aDesplegar" ).each(function( index ) { desplegar($( this ),null); }); }); }else{ if ($(".inebase_tabla").length>20){ $( "a.desplegar" ).each(function( index ) { contraerTodo($( this )); }); if ($(".inebase_capitulo").length>0 && $($(".inebase_capitulo")[0]).find("ol li").length<=5) desplegar($($(".inebase_capitulo")[0]).children("a"),null) } }