var timer;
function scrollX(eyeD, ext) {
	timer=setInterval(function() { document.getElementById(eyeD).scrollTop += ext },1);
}
