//http://www.dynamicdrive.com/dynamicindex17/animatedcollapse.htm

animatedcollapse.addDiv('content01', 'fade=1');
animatedcollapse.addDiv('content02', 'fade=1');
animatedcollapse.addDiv('content03', 'fade=1');
animatedcollapse.addDiv('content04', 'fade=1');

//animatedcollapse.addDiv('cat', 'fade=0,speed=400,group=pets')
//animatedcollapse.addDiv('dog', 'fade=0,speed=400,group=pets,persist=1,hide=1')
//animatedcollapse.addDiv('rabbit', 'fade=0,speed=400,group=pets,hide=1')

animatedcollapse.init();
