$().ready(function()
{
	$('#accordion').accordion({ autoHeight: false });
});

