//Accordion Content script: By Dynamic Drive, at http://www.dynamicdrive.com
//Created: Jan 7th, 08'

//***********************************************
//* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
//* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
//* This notice must stay intact for legal use
//***********************************************/
ddaccordion.init({
	headerclass: "submenuheader", 
	contentclass: "submenu", 
	revealtype: "click",
	mouseoverdelay: 100,
	collapseprev: true,
	defaultexpanded: [],
	onemustopen: false,
	animatedefault: false,
	persiststate: true,
	toggleclass: ["", ""],
	togglehtml: ["suffix", "<img src='images/navicon.gif' class='statusicon' />", "<img src='images/navicon_minus.gif' class='statusicon' />"],
	animatespeed: "medium",
	oninit:function(headers, expandedindices){ 
		//do nothing
	},
	onopenclose:function(header, index, state, isuseractivated){ 
		//do nothing
	}
})