tabbar - possible to change the active tab?

First post - hi to all.

I have tabbar running fine, but have a wish. My tabs are based on years running from 2003 to (currently) 2010. Of-course it is the left-most tab that is the open tab, but if I run 2003 to 2010 that would be 2003.

Clearly I’d prefer the right-most tab (2010) to be the open tab - any ideas how a newbie could quickly ‘fix’ that?

Note my preferance is not for my vintages to run 2010 to 2003 (backwards)

Work-in-progress example is here burgundy-report.com/home-page-dev
Current (prefered approach) version is here burgundy-report.com/
(hoping 2 links in a first post doesn’t fire off the automatic spam filter…)

Cheers, Bill

You can change your code as

<div id="a_tabbar" class="dhtmlxTabBar" select="a8"

select attribute can contain ID of the tab, which will be active on-load.

Worked like a dream - thanks Stanislav!