// JavaScript Document

document.write("<link rel='stylesheet' type='text/css' href='stylesheets/stylesheet");

if (window.screen.height >= 590 && window.screen.height <= 610) {
    //resolution is 800x600 or less
    document.write("600.css'>");
  } 

if (window.screen.height >= 700 && window.screen.height <= 729) {
    //resolution is 800x600 or less
    document.write("720.css'>");
  } 

if (window.screen.height >= 730 && window.screen.height <= 780) {
    //resolution is 800x600 or less
    document.write("768.css'>");
  } 
  
if (window.screen.height >= 800 && window.screen.height <= 850) {
    //resolution is 800x600 or less
    document.write("800.css'>");
  } 
  
if (window.screen.height >= 851 && window.screen.height <= 870) {
    //resolution is 800x600 or less
    document.write("864.css'>");
  } 
  
if (window.screen.height >= 880 && window.screen.height <= 920) {
    //resolution is 800x600 or less
    document.write("900.css'>");
  } 

if (window.screen.height >= 940 && window.screen.height <= 970) {
    //resolution is 800x600 or less
    document.write("960.css'>");
  } 
  
if (window.screen.height >= 1010 && window.screen.height <= 1030) {
    //resolution is 800x600 or less
    document.write("1024.css'>");
  } 
  
if (window.screen.height >= 1040 && window.screen.height <= 1060) {
    //resolution is 800x600 or less
    document.write("1050.css'>");
  } 
  
if (window.screen.height >= 1070 && window.screen.height <= 1090) {
    //resolution is 800x600 or less
    document.write("1080.css'>");
  }  
  
if (window.screen.height >= 1180 && window.screen.height <= 1220) {
    //resolution is 800x600 or less
    document.write("1200.css'>");
  } 
  
  else {
    document.write("1.css'>");
  }
