﻿function RefreshWindow()
{
    window.location.href = window.location.href;
}
