You can set a certain panel to be open when the page containing the Accordion widgets loads in a browser.
<script type="text/javascript"> var acc8 = new Spry.Widget.Accordion("Accordion8", { defaultPanel: 2 }); </script>