function confirmDelete()
    {
    return confirm('Are you sure you wish to delete this item?');
    }

