window.addEvent('domready', function() {

	var toggles = $$('.toggle');
	var content = $$('.brandList');
	
	var AccordionObject = new Accordion(toggles, content, {
		//show: 0, 
		display: 0,
		height : true,
		width : false,
		opacity: true,
		fixedHeight: false,
		fixedWidth: false,
		alwaysHide: true
	});
});
