﻿function allowButtonPress(button, validationGroup)
{    
//    if (button.disabled == true)
//    {
//        return false;    
//    }
//    
   
        //SetWaitMode(button);
        return true;
   
}

function SetWaitMode(button)
{       
    button.disabled = true;     
} 