function usun(vvv,url){
    if (confirm("Czy napewno usunąć " + vvv + "?")){
	location = url;
    }
}

