ddaccordion.init({
	headerclass: "portfolioTitle",
	contentclass: "portfolioWork",
	revealtype: "click", //"click" or "mouseover"
	collapseprev: true,
	defaultexpanded: [0],
	onemustopen: true,
	animatedefault: true,
	persiststate: false,
	toggleclass: ["", "portfolioOpen"], //classes applied to the header when collapsed/expanded
	togglehtml: ["none", "", ""], //HTML added to the header when collapsed/expanded
	animatespeed: "normal", //"fast", "normal" or "slow"
	oninit:function(expandedindices){},
	onopenclose:function(header, index, state, isuseractivated){}
})