jQuery(document).ready(function(){
  $('div.ui_accordion').accordion({ header: 'h3', autoHeight: false });
  $('div.ui_tabs').tabs();
});