var query = window.location;
var str = ""+query;
theleft = str.indexOf("=") + 1;
var n = 0;
if(theleft > 0){
	n = str.substring(theleft,str.length);
}
ddaccordion.init({
	headerclass: "technology",
	contentclass: "thelanguage",
	revealtype: "click",
	mouseoverdelay: 200,
	collapseprev: false, 
	defaultexpanded: [n],
	onemustopen: false,
	animatedefault: false,
	persiststate: false,
	toggleclass: ["closedlanguage", "openlanguage"], 
	togglehtml: ["prefix", "<img src='../images/plus.gif' /> ", "<img src='../images/minus.gif'/> "], 
	animatespeed: "fast",
	oninit:function(expandedindices){
	},
	onopenclose:function(header, index, state, isuseractivated){ 
	}
})
