function waitmessage()
{
document.getElementById('divWait').innerHTML = '<p class="bodyTextColor"><strong>Processing...Please Wait...</strong></p>';
document.getElementById('divWait').style.display = "block";
document.getElementById('azfeedback').style.display = "none";
return true;
}



