Base Library:
<div id="accordionID">
<div id="Panel1">
<div id="Header1">
Overview
</div>
<div id="Content1">
... content text ...
</div>
</div>
</div>
new Rico.Accordion( 'accordionID', {panelHeight:200} );
There are many other configuration parameters that can be specified to modify various visual aspects of the
accordion. The panelHeight is the attribute that is most commonly overridden.