	jQuery().ready(function(){ 		// simple accordion
		jQuery('.bottom').accordion({
		    header: ".field-label",
  			autoheight: false,
		    alwaysOpen: false
 });
});
