animatedcollapse.addDiv('nono', 'fade=0,speed=600,group=all')
animatedcollapse.addDiv('bizgo', 'fade=0,speed=600,group=all')
animatedcollapse.addDiv('expago', 'fade=0,speed=400,group=all')
animatedcollapse.addDiv('trago', 'fade=0,speed=400,group=all')
animatedcollapse.addDiv('othgo', 'fade=0,speed=400,group=all')

animatedcollapse.addDiv('bizone', 'fade=0,speed=400,group=biz')
animatedcollapse.addDiv('biztwo', 'fade=0,speed=400,group=biz,persist=1,hide=1')
animatedcollapse.addDiv('biz3', 'fade=0,speed=400,group=biz,persist=1,hide=1')
animatedcollapse.addDiv('biz4', 'fade=0,speed=400,group=biz,persist=1,hide=1')
animatedcollapse.addDiv('biz5', 'fade=0,speed=400,group=expats,hide=1')

animatedcollapse.addDiv('whyone', 'fade=0,speed=400,group=expats')
animatedcollapse.addDiv('whytwo', 'fade=0,speed=400,group=expats,persist=1,hide=1')
animatedcollapse.addDiv('why3', 'fade=0,speed=400,group=expats,persist=1,hide=1')
animatedcollapse.addDiv('why4', 'fade=0,speed=400,group=expats,persist=1,hide=1')
animatedcollapse.addDiv('whyend', 'fade=0,speed=400,group=expats,hide=1')
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()
