function onDelete()
{
    return confirm(
        "Are you sure?",
        "Test"
    );
}

