// JavaScript Document
// scroll function

function move2top() {
	top.scrollTo(0,0);
}

window.onload = move2top;
// call from iframe pages