Activates the specified tab.
selectTab = function(aTabIndex);
//Activate first tab selectTab(0);
//Activate random tab selectTab(-1);