// JavaScript Document
function jump(argin){
	window.scroll(0,document.getElementById(argin).offsetTop - 10);
}
