	var currentScroller;
 
	function myScroll2(content, value) {
		document.getElementById(content).scrollLeft += value;
	}

