$(document).ready(function(){
	$(".accordion").accordion({header: "strong",
								alwaysOpen: true,
								active: ".current strong"});
});