I have modified this script quite extensively for my own use, but I am not too familiar with JavaScript and have run into a problem...

Certain tabs, when clicked, display content that contain iframes. In one of these iframes, I would like to place a link that changes the tab in the parent frame. How can this be done??? I have tried:

Code:
onClick="parent.expandcontent('sc2', this)"
But this does not work. Any suggestions??

Any help would be much appreciated!

Thanks!!

Anthony