if (screen.width > 1600){
  link = document.getElementsByTagName("link")[0];
  link.href = "library/width1900.css";}
else if (screen.width > 1280){
  link = document.getElementsByTagName("link")[0];
  link.href = "library/width1600.css";}
else if (screen.width > 1024){
  link = document.getElementsByTagName("link")[0];
  link.href = "library/width1280.css";}
else if (screen.width < 1024){
  link = document.getElementsByTagName("link")[0];
  link.href = "library/width800.css";}
