animatedcollapse.addDiv('kim', 'fade=0,speed=400,group=contact')
animatedcollapse.addDiv('taunya', 'fade=0,speed=400,group=contact')
animatedcollapse.addDiv('donna', 'fade=0,speed=400,group=contact')

animatedcollapse.addDiv('home', 'fade=0,speed=400,group=home')
animatedcollapse.addDiv('support', 'fade=0,speed=400,group=home')


animatedcollapse.ontoggle=function($, divobj, state){ //fires each time a DIV is expanded/contracted
	//$: Access to jQuery
	//divobj: DOM reference to DIV being expanded/ collapsed. Use "divobj.id" to get its ID
	//state: "block" or "none", depending on state
}

animatedcollapse.init()

