$(function() {
$("#defaultSolutionFinder").accordion({
autoHeight: false,
collapsible: true,
active: 1
});
});