// JavaScript Document
	//  BOX  -> DICAS DE LOJAS
	animatedcollapse.addDiv('cam', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('info', 'fade=1,speed=400,group=pets,persist=1,hide=0')
	animatedcollapse.addDiv('pesca', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('roupa', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('musica', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('game', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('cel', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('brinquedos', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('drink', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('domesticos', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('eletronicos', 'fade=1,speed=400,group=pets,hide=1')
	animatedcollapse.addDiv('decoracao', 'fade=1,speed=400,group=pets,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()
	getBrowser();
