Hello,

I'm using Tabbed Product Pro and I'm trying to trigger Tab2 from a link within the text beneath Tab1.

To show you what I want to do, here is an easy example (click click on "open third tab"):
http://jquerytools.github.io/demos/tabs/anchors.html

Now here is a page with a live version of my script:
http://justusedmedicalequipment.com/.../Experimenting

Click the tabs to check behavior. Then, while viewing Product Description tab, click on "Click Me!".

I can trigger the Quality Assurance tab, only I can't figure out how to show it as "current".

Here is the html I'm using at the moment:
<a href="javascript:void(0)" onclick="expandcontent('sc2', this)"><span>Click Me!</span></a>

What am I doing wrong?

Thanks!