// JavaScript Document
var thiswidth=screen.width;
var thisheight=screen.height;

// file to load if resolution is 800x600:
var if800x600="location2.htm";

var width1 = 640; var height1 = 480;
var width2 = 800; var height2 = 600;
var width3 = 1024; var height3 = 768;

if(screen.width == width1 || screen.height == height1){
  location=(if800x600);}
if(screen.width == width2 || screen.height == height2){
  location=(if800x600);}
if(screen.width == width3 || screen.height == height3){
  location=(if800x600);}
