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