﻿
function ShowPleaseWait() {
    setTimeout(RenderPleaseWait, 1000);
}

function RenderPleaseWait() {
    $('#ctl00_WaitMB_MainDiv').openPopup({ fadeSpeed: 0, appendTo: 'form' });
}
