Help Traversing Divs

Help Traversing Divs

Hi,

If I have a undetermined number of divs that look like this:

<div class="mblock" id="myBlock1"></div>
<div class="mblock" id="myBlock2"></div>

I want these divs to be collapsed when the page loads.

Whats is the best way to do that?

Thanks.