$(document).ready(function() {
	$('#sidebartab > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
	$('#sidebartab2 > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});
