window.addEvent('domready', function() { var diciplineSliders = new Accordion($('diciplines'), 'h1.toggler', 'div.diciplinecontentcontainer', { opacity: false, onActive: function(toggler, element){ toggler.setStyle('color', '#555555'); }, onBackground: function(toggler, element){ toggler.setStyle('color', '#7cbe29'); }, duration:'short', transition:Fx.Transitions.Quart.easeOut }); });