// JavaScript Document
function pagetop() {
window.scroll(0,0);
}

