  function wh()
   { var height, width;
   if (document.all)
   height = document.body.offsetHeight, width =
   document.body.offsetWidth;
   else if (document.layers)
   height = window.innerHeight, width = window.innerWidth;
  // alert("Ширина окна: " + width + "\nВысота окна: " + height);
  //if(width >= 1280) document.write("<style type=\"text/css\">body{overflow-x: hidden;}</style>");
   }