$(function() {
$('.accordion').flexAccordion({
	speed: 'fast',
	activeitem: '2', 
	showheaders: true,
	headerEl: 'span', 
	contentEl: 'ul',
	targetdelimiter: ' '
});
});
