function pageScroll() {
		window.scroll(0,0); // horizontal and vertical scroll targets
		}
