I was trying to make a collapse element but i just can't figure it out. hope someone here can help me out whit his. My problem is the next i want Flashchat users can collapse like Currently Active Users using this

.
Thanks
This is my test board if you want to see.
http://www.elemensys.com/soporte/index.php?
The code they gave it this one
Код:
<!-- flashchat users -->
<tbody>
<tr>
<td class="thead" colspan="2">Flashchat users</td>
</tr>
</tbody>
<tbody>
<tr>
<tr>
<td class="alt2" colspan="2">
<iframe frameborder="0" height="100" src="chat/info_embedded.php" style="width: 100%; margin: 0; padding: 0; border: 0; overflow: hidden;" scrolling="no" border="0" allowtransparency="true"></iframe>
</td>
</tr>
</tbody>
<!-- end flashchat users -->