function ResizeHandler()
{
    if (IsResizePage())
    {
        window.location.reload();
    }
}