Please note that this option got renamed in jqueryui 1.9, it is now called “active” (hope this saves someone else the headache I just went through):
$('#tabid').tabs({
active: index
});
or
$('#tabid').tabs("option", "active", index);
See: http://api.jqueryui.com/tabs/#option-active