jQuery().ready(function(){
	jQuery('#list1').accordion({
		autoheight: false
	});
});

