Open "templates/toppilot.php" and change the following line:
<li><a href="javascript:void(0)" class="toppilotdet" onclick="toppilottabs(event, 'br')">Best Revenues</a></li>
To this:
<li><a id="defaultOpen" href="javascript:void(0)" class="toppilotdet" onclick="toppilottabs(event, 'br')">Best Revenues</a></li>
Now add the following at the end
<script>
document.getElementById("defaultOpen").click();
</script>
If you want to open the next vertical tab you can do the above in "toppilotdetailbr.php" just remember the link id must be unique.