function nlScrollWindow(){	if(screen.height<800){		window.scrollTo(0,800)	};	return;}
