function letsScroll(x,y) {
	window.parent.main.scrollBy(x,y);
}