function moveArrow(n) {
	document.getElementById('arrow').style.marginLeft=n+'px'
}