
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divCompanyProductsDownloads', 'fade=1,speed=500')
animatedcollapse.addDiv('divProductImages', 'fade=1,speed=500')
animatedcollapse.addDiv('divDescription', 'fade=1,speed=500')
animatedcollapse.addDiv('divCompdetails', 'fade=1,speed=500')
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divDownloads', 'fade=1,speed=500')
animatedcollapse.addDiv('divNewsandprojects', 'fade=1,speed=500')
animatedcollapse.addDiv('divCategories', 'fade=1,speed=500')
animatedcollapse.addDiv('divsendanenquery', 'fade=1,speed=500')
animatedcollapse.addDiv('divCompanyoverview', 'fade=1,speed=500')
animatedcollapse.addDiv('divCompanyByCategory', 'fade=1,speed=500')
animatedcollapse.addDiv('divProductByCategory', 'fade=1,speed=500')
animatedcollapse.addDiv('divDocumentByCategory', 'fade=1,speed=500')
animatedcollapse.addDiv('divRelatedCategories', 'fade=1,speed=500')
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divProducts', 'fade=1,speed=500')
animatedcollapse.addDiv('divdetailsofCompany', 'fade=1,speed=500')
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divOverview', 'fade=1,speed=500')
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divProductDetails', 'fade=1,speed=500')//productfactfile
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divCompanyDetails', 'fade=1,speed=500')//productfactfile
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divProdDownloads', 'fade=1,speed=500')//productfactfile
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divProdBrouchures', 'fade=1,speed=500')//productfactfile new
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divProdCAD', 'fade=1,speed=500')//productfactfile new
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divProdSpech', 'fade=1,speed=500')//productfactfile new
animatedcollapse.addDiv('ctl00_ContentPlaceHolder1_divProdVideos', 'fade=1,speed=500')//productfactfile new

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()