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