function moveAll(Nav_top) {
	getElement("id", "All").style.top = Nav_top;
}

function moveNav(Nav_top) {
	getElement("id", "Nav").style.top = Nav_top;
}

