﻿
function ConfirmDelete(val)
{
    return confirm("Are you sure that you want to permanently remove this " + val +"?");
}

