        if (window.screen.width < 801)
        {
          margetd.width=30;
          margeimg.width=30;
        }
      
        if (window.screen.width > 1280)
        {
          margetd.width=140;
          margeimg.width=140;
        }

        if (document.getElementById('floatframe'))
        {
            if (window.screen.width > 1281)
            {
                floatframe.style.left=350;
            }

            if (window.screen.width < 801)
            {
                floatframe.style.left=240;
            }

        }
