$(document).ready(function(){

$('#expand').accordion({header: "a.paneltab", alwaysOpen: false, active: false});

});