window.addEvent('domready', function() {
	
	var mySmoothScroll = new SmoothScroll({
    		//links: '.smoothAnchors',
		duration: 1500,
    		wheelStops: true
	});
	
	var theItems = $$('.download_box a');
	
	var myLinks = new SL_FileTypeLinks({
		items: theItems
	});	
					 
});

