jQuery().ready(function(){
	// simple accordion
	jQuery('#list1b').accordion({
		autoheight: false
	});
});
