
window.addEvent('domready', function() {
	var accordion = new Accordion($$('.togglers'),$$('.elements'), {
		opacity: 0,
		onActive: function(toggler) { 
		  toggler.setStyle('background', 'url(fileadmin/templates/images/bg-portfolio-toggler-active.gif) left bottom no-repeat'); 
		  toggler.setStyle('cursor', 'default'); 
		},
		onBackground: function(toggler) { 
		  toggler.setStyle('background', 'url(fileadmin/templates/images/bg-content-border-list.gif) left bottom no-repeat'); 
		}
	});
});
