// JavaScript Document
	function scr_change(){
		document.getElementById("scrr").style.top = document.documentElement.scrollTop + 210 + "px";
	}
	window.onscroll = scr_change;
	function exit(){
		document.getElementById("scrr").style.visibility = "hidden";
	}