/***********************************************
* Animated Collapsible DIV v2.4- (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('index', 'fade=1')
animatedcollapse.addDiv('mediaArticle', 'fade=1')

//Expert Services
animatedcollapse.addDiv('airConditioning', 'fade=1')
animatedcollapse.addDiv('emmissionServices', 'fade=1')
animatedcollapse.addDiv('warrantyMaintenance', 'fade=1')
animatedcollapse.addDiv('brakes', 'fade=1')
animatedcollapse.addDiv('computerDiagnostics', 'fade=1')
animatedcollapse.addDiv('engineRepair', 'fade=1')
animatedcollapse.addDiv('radiatorRepairs', 'fade=1')
animatedcollapse.addDiv('exhaustSystem', 'fade=1')
animatedcollapse.addDiv('suspensionSystem', 'fade=1')
animatedcollapse.addDiv('fuelSystem', 'fade=1')
animatedcollapse.addDiv('transmissionServices', 'fade=1')
animatedcollapse.addDiv('electricalSystem', 'fade=1')
animatedcollapse.addDiv('warrantyMaintainance', 'fade=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()

animatedcollapse.addDiv('airConditioning', 'optional_attribute_string')
//additional addDiv() call...
//additional addDiv() call...
animatedcollapse.init()