ddaccordion.init({
	headerclass: "technology1",
	contentclass: "thelanguage1",
	revealtype: "click",
	mouseoverdelay: 200,
	collapseprev: false,
	defaultexpanded: [0],
	onemustopen: false, 
	animatedefault: false, 
	persiststate: false, 
	toggleclass: ["closedlanguage", "openlanguage"], 
	togglehtml: ["prefix", "<img src='images/plus.gif' style='width:14px; height:11px; float:right' alt='Expand' /> ", "<img src='images/minus.gif' style='width:14px; height:11px; float:right' alt='Collapse' /> "], 
	animatespeed: "fast", 
	oninit:function(expandedindices){ 
	},
	onopenclose:function(header, index, state, isuseractivated){ 
	}
})
