Diva, I'm a total idiot. I heard you, I just didn't HEAR you! Sorry! Not sure how I screwed it up, but after looking at your link, I got a good model working:
Code:
<div id="slidetabsmenu" style="display: block;">
<ul>
<li> <a class="current" onclick="expandcontent('sc1', this)" href="javascript:void(0)"><span>Dis Da Tab</span></a> </li>
<li> <a class="" onclick="expandcontent('sc2', this)" href="javascript:void(0)"><span>Dis Da Uda Tab</span></a> </li>
<li> <a class="" onclick="expandcontent('sc3', this)" href="javascript:void(0)"><span>Dis Dat and Da Uda</span></a> </li>
</ul>
</div>
<br style="clear: both;">
<div id="tabcontentcontainer">
<div class="tabcontent" id="sc1" style="display: block;">
<p> Mikey puts some html in here!!!!</p>
</div>
<!--end sc1-->
<div class="tabcontent" id="sc2" style="display: none;">
<p> Put some more content here, bro!</p>
</div><!--end sc2-->
<div class="tabcontent" id="sc3" style="display: none;">
<p> Mikey puts some awesomeness right here!!!!</p>
</div>
<!--end sc3-->
You are absolutely right, no need to mod anything. That bit of code will call TPP anywhere!
Once again, thank you for the awesomeness and sorry for being so thick!
