// JavaScript Document
animatedcollapse.addDiv('discografie', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('optredens', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('contact', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('nieuws', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('bio', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('gastenboek', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('constructie', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('cdrit', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('cdfirmin', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('cdhoofd', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('rit_meet', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('rit_liefde', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('rit_rotkop', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('rit_kind', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('rit_moment', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('rit_droom', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('rit_onthou', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('rit_taal', 'fade=1,speed=800,group=srv,hide=1')
		animatedcollapse.addDiv('rit_maan', 'fade=1,speed=800,group=srv,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()
