﻿function sizeBorder()
{
    document.getElementById("outsideborder").style.width = window.screen.width - 40 + "px";
    document.getElementById("middleborder").style.width = window.screen.width - 44 + "px";
    document.getElementById("insideborder").style.width = window.screen.width - 46 + "px";
}

