jQuery().ready(function ($)
{
	$('#accordion').accordion(
	{
		active: false,
		autoheight: false 
	});
});