Actually, as I read back through this post, this is more of what I ended up doing later on. In order to bypass the limit of the anchor tags, I ended up creating <img> tags for my label names, then attached the code for the onClick inside of them. That allowed me to force the tab of one sheet to open another.
Code:
<li class="selected"><a href="#" rel="detail1">
<img onClick="javascript: expandtab('charttab', 1)" src="/images/school_legend.png"/>">
</a></li>
Thus clicking on this detail1 link, would also open the second tab on the chart tabs.
Hope this helps.
Bookmarks