Simply give the tab link (<A>) you want selected by default a CSS class of selected:
Code:
<div id="tab_menu" class="indentmenu" >
<div><a href="#" rel="tab_1" >Convert PDF files</a></div>
<div style="width:1px; background-color:#d9d9d9; float:left; height:32px;"><img src="_img/spacer.gif" width="1" height="1" /></div>
<div><a href="#" rel="tab_2" class="selected">Convert to Word</a></div>
<div style="width:1px; background-color:#d9d9d9; float:left; height:32px;"><img src="_img/spacer.gif" width="1" height="1" /></div>
<div ><a href="#" rel="tab_3" class="selected">Convert to Excel</a></div>
</div>
This is explained midway on the script page.
Bookmarks