Hi, I am new to programming in html and would like to know how to add code
properly to alter my accordion widget. I would like to have my accordion start
in a closed state. I found the appropriate code and added but it actually
forced my accordion have all panels open! The accordion widget is originally
coded with a simple "var" statement. do I just ADD this statement or do I have
to remove the old one...also, if I want to add other "var" statements to
further enhance my accordion widget how would I do this?...eeekkk...help!
THANK YOU!
...

<script type="text/javascript">
var acc1 = new Spry.Widget.Accordion("Acc1", { useFixedPanelHeights: false,
defaultPanel: -1 });
</script>