function redirect(url)
{
    window.location = url;
    return false;
}

function confirmDelete()
{
    return confirm("Are you sure you want to delete the object?");
}