﻿// JScript File

function ConfirmDelete(msg)
{
    return confirm(msg);
}

function CloseAndBindWithError(message)
{       
    parent.radalert(message);
    GetRadWindow().Close();
    
}

function setStatus(msg)
{
    window.status = msg+" Welcome to the world of online training";
}
function Exists(item)
{
    alert("The " + item + " already exists.");
}


