$(document).ready(function() {
	$('#tabcontrol > ul').tabs({selected: 4 }); //0 selects the first tab. etc.
	$('#tabcontrolsub > ul').tabs({ selected: 0 }); //0 selects the first tab, 1 the second, and 2 the third. -1 means none
});
