window.addEvent('domready', function(){var accordion = new Accordion('h3.atStart', 'div.atStart', {alwaysHide: true, duration: 500, opacity: false,				onActive: function(toggler, element){toggler.setStyle('cursor','pointer');toggler.setStyle('color', '#30302C');toggler.setStyle('background-color', 'none');toggler.setStyle('background-image', 'none');},onBackground: function(toggler, element){toggler.setStyle('cursor','pointer');toggler.setStyle('color', '#30302C');}}, $('accordion'));}); 