<head> <script> if(window.screen.width=800){ document.location = "800_600.htm" } else if(window.screen.width>=1024){ document.location = "1024_768.htm" } else{ document.location = "other.htm" } </script> </head>