//DISCOGRAPHY 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
animatedcollapse.addDiv('flutter', 'fade=1,height=430px')
animatedcollapse.addDiv('water', 'fade=1,height=75px')
animatedcollapse.addDiv('girls', 'fade=1,height=185px')
animatedcollapse.addDiv('surrender1', 'fade=1,height=140px')
animatedcollapse.addDiv('surrender2', 'fade=1,height=140px')
animatedcollapse.addDiv('elephant', 'fade=1,height=200px')
animatedcollapse.addDiv('hippy', 'fade=1,height=170px')
animatedcollapse.addDiv('may', 'fade=1,height=250px')

//PRESS 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
animatedcollapse.addDiv('biography', 'fade=1,height=1850px')
animatedcollapse.addDiv('icinterview', 'fade=1,height=5420px')
animatedcollapse.addDiv('suigeneris', 'fade=1,height=675px')
animatedcollapse.addDiv('popmatters', 'fade=1,height=1340px')

//LYRICS 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
animatedcollapse.addDiv('bythewater', 'fade=1,height=1555px')

//POETRY 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
animatedcollapse.addDiv('whitenoise', 'fade=1,height=400px')
animatedcollapse.addDiv('snowandink', 'fade=1,height=180px')

//MUSINGS 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
animatedcollapse.addDiv('wiltonline', 'fade=1,height=660px')


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