$(document).ready(function(){
  $("#forumSections").accordion({autoHeight: false, header: ".accordionTab"});
  });
