Pop-Out

function checkProgressState(){
    if (checkProgressFlag) {
        try {
            if (!completionIndicator){
                message = "WARNING: Your data is still saving, if you choose to exit your information may be lost.\n\n Please try again in a few seconds.\n";
                return message;    
            }
        }
        catch(excpt){ }
    }
}

Cut-N-Paste