﻿function ShowPleaseWaitGraphic()
{
    $("#GameRepeater").hide();
    $("#GameGridView").hide();
    $("#PleaseWaitGraphic").show();
}
