I don't know if you can get it to collapse a third of its height, but you can get it to expand 5 seconds after the page loads. Find the red code below in your html, and add the blue.
Code:
<script type="text/javascript" src="animatedcollapse.js">
/***********************************************
* Animated Collapsible DIV v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
window.onLoad=setTimeout("animatedcollapse.show(['jason', 'kelly', 'michael']);",5000);
</script>
Bookmarks