/* FAQ settings */
ddaccordion.init({
	headerclass: "ask", 
	contentclass: "question", 
	revealtype: "click", 
	mouseoverdelay: 200, 
	collapseprev: false, 
	defaultexpanded: [], 
	onemustopen: false, 
	animatedefault: false,
	persiststate: false, 
	toggleclass: ["closedquestion", "openquestion"], 
	togglehtml: ["prefix", "<img src='accordian_area/toogle_arrow.jpg' alt='' style='width:32px; height:31px; margin-top:-2px; margin-right:20px; float:right;' /> ", 
	"<img src='accordian_area/toogle_arrow.jpg' alt='' style='width:32px; height:31px; margin-right:20px; margin-top:-2px; float:right;' /> "], 
	animatespeed: "fast", 
	oninit:function(expandedindices){ 
	},
	onopenclose:function(header, index, state, isuseractivated){ 		
	}
})

