﻿jQuery(document).ready(function() {	
	jQuery('#sidebar-tabs').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});