window.onload = function() {

		var myBox = document.getElementsByClassName('music-click');
		var myBoxOpen = document.getElementsByClassName('music-content');

		// Create the accordion
		var myAccordion = new fx.Accordion(
			myBox, myBoxOpen, {
				opacity: false, alwaysHide: true			
			}
		);
	
		var skroll = new Fx.ScrollWindow({duration: 2000, wait: false, transition: Fx.Transitions.sineInOut});

}
