function CorrectWidth () {
    if (screen.width <= 800) return;
document.getElementById("Right").style.position="absolute";
document.getElementById("Right").style.width="570px";
   if (!document.all) document.getElementById("Right").style.marginLeft="270px";
}