/***********************************************
	* Animated Collapsible DIV v2.2- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
	* This notice MUST stay intact for legal use
	* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
	***********************************************/
	
	animatedcollapse.addDiv('gqz1', 'fade=1,height=150px')
	animatedcollapse.addDiv('gqz2', 'fade=1,height=210px')
	animatedcollapse.addDiv('gqz3', 'fade=1,height=200px')
	animatedcollapse.addDiv('gqz4', 'fade=1,height=230px')
	animatedcollapse.addDiv('gqz5', 'fade=1,height=400px')
	animatedcollapse.addDiv('gqz6', 'fade=1,height=540px')
	animatedcollapse.addDiv('gqz7', 'fade=1,height=140px')
	animatedcollapse.addDiv('gqz8', 'fade=1,height=190px')
	animatedcollapse.addDiv('gqz9', 'fade=1,height=80px')
	animatedcollapse.addDiv('gqz10', 'fade=1,height=170px')
	animatedcollapse.addDiv('gqz11', 'fade=1,height=170px')
	animatedcollapse.addDiv('gqz12', 'fade=1,height=140px')
	animatedcollapse.addDiv('gqz13', 'fade=1,height=270px')
	animatedcollapse.addDiv('gqz14', 'fade=1,height=100px')
	animatedcollapse.addDiv('gqz15', 'fade=1,height=100px')
	
	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()