﻿function setWidth()
{
    var screenwidth = window.screen.width;
    
    document.getElementById("tdl").width = (screenwidth - 800)/2 + "px"
    document.getElementById("tdr").width = (screenwidth - 800)/2 + "px"
}