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