if(screen.availWidth > 1 && screen.availWidth <= 800){
	document.location = "resolution.html";	
}