jQuery(document).ready(function(){
	jQuery('#accordion').accordion({ autoHeight: false, collapsible: true });
	// To set all closed, add ", active: false" to the above code.
	// To activate another row, put ", active: 3" where 3 is the number of the row to activate.
});