1jQuery(function($){
2
3	$(".piContainer .content").accordion({
4		header: "header",
5		collapsible: true,
6		heightStyle: "content"
7	});
8});
9