function myScroll(content, value) {
	document.getElementById(content).scrollLeft += value;
}

function menuderoulant(selection){
window.location=selection.options[selection.selectedIndex].value;
}

$(document).ready(function(){
	$('#slider1').bxSlider({
		displaySlideQty: 5,
		moveSlideQty: 1
	});
});

