document.oncontextmenu=new Function("return false")

//go to the page top
function backToTop(){
	location.href="#top";
}

