rel="tcontent2" only has special meaning when it's inserted inside links within the menu tabs container, not elsewhere on the page such as the content container. For the later, you need to call:
Code:
instance.expandit(tabid_or_position)
instead, such as:
Code:
<a href="javascript:myflowers.expandit(1)">Select 2nd Tab</a>
Where "myflowers" is the variable used for this tab content instance, and "1" denotes the 2nd tab. For more info, see the section "Dynamically selecting a tab anywhere on your page" on the script page.
Bookmarks