function fixScroll(){
	var s = document.getElementById('content').scrollTop;
	document.getElementById('fixScroll').focus()
	document.getElementById('content').scrollTop = s;
}
