function Reload()
{
    window.location.href = window.location.href
}
window.onresize = Reload;
