// change Resolution
  if (screen.width < 900)
    link = document.getElementsByTagName( "link" )[ 0 ];
    link.href = "css/base800.css";
