$(function() {
    $("#accordion").accordion({
        autoHeight: false
    });
});