function confirmDelete(text) {
    return confirm("Are you sure you want to delete this "+ text +"?");
}
