function AutoScroll(){
document.body.scrollLeft=0;
if (1600-document.body.clientWidth>0){
	document.body.scrollLeft +=Math.round((1600-document.body.clientWidth)/2);
}
}