function redirectpage(){  if((screen.width == 800)){  	window.location.href = "index_800.htm";  }
}
redirectpage();