You can set a panel to be open when the page containing the Tabbed Panels widget loads in a browser.
<script type="text/javascript"> var TP1 = new Spry.Widget.TabbedPanels("TabbedPanels1", { defaultTab: 2 }); </script>