$(document).ready(function(){
    $(".accordion").accordion({autoHeight: false, alwaysOpen: true, header: "h3"});
});
