   window.onload = function()
   {
      document.documentElement.style.overflowX = 'hidden';
      document.body.style.overflowX = 'hidden';
   }