function confirmDelete(url)
{
    if(confirm("Na pewno usunąć?"))
        document.location.href = url;
}
