﻿function doConfirm(text) {
    isDeleteOK = confirm(text);
    return isDeleteOK;
}