// JavaScript Document
var thiswidth=screen.width;
var thisheight=screen.height;

// file to load if resolution is 800x600:
var if800x600="lowres.htm";

var width1 = 800; var height1 = 600;

if(screen.width == width1 || screen.height == height1){
  location=(if800x600);}

