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


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