$(document).ready(function() {
    $("#accordion").accordion({ autoHeight: false, active: '.selected' });
});
