animatedcollapse.addDiv('hidden_01', 'fade=1,speed=500,group=dem01,height=550px');
animatedcollapse.addDiv('hidden_02', 'fade=1,speed=500,group=dem02,height=435px');
animatedcollapse.addDiv('hidden_03', 'fade=1,speed=500,group=dem03,height=500px');


animatedcollapse.addDiv('read_01', 'fade=1,speed=500,group=dem01');
animatedcollapse.addDiv('read_02', 'fade=1,speed=500,group=dem02');
animatedcollapse.addDiv('read_03', 'fade=1,speed=500,group=dem03');


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();
