I just did a test, and if the recommended markup is followed, there seems to be no real limit:
Code:
<!--Optional Expand/ Contact All links. Remove if desired-->
<div style="margin-bottom: 5px"><a href="javascript:sweeptoggle('contract')">Contract All</a> | <a href="javascript:sweeptoggle('expand')">Expand All</a></div>
<div class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc1')" />What is JavaScript?</div>
<div id="sc1" class="switchcontent">
JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.
</div>
<br />
<div class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc2')" />Difference betwen Java & JavaScript?</div>
<div id="sc2" class="switchcontent">
Java is completely different from JavaScript- the former is a compiled language while the later is a scripting language.
</div>
<br />
<table border="0" cellspacing="0" cellpadding="0">
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc3')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc3" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc4')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc4" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc5')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc5" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc6')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc6" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc7')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc7" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc8')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc8" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc9')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc9" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc10')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc10" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc11')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc11" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
<tr><td class="headers"><img src="minus.gif" class="showstate" onClick="expandcontent(this, 'sc12')" />What is DHTML? (table example)</td></tr>
<tr><td id="sc12" class="switchcontent">DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.</td></tr>
</table>
Bookmarks