function potwierdzDelete(url){
var agree=confirm("Czy jesteś pewny, że chesz skasować ten rekord ?");
if (agree)
document.location=url;
}




function openWindow(URL) {
newWindow = window.open(URL,"myNewWindow", "toolbar=0, location=0, directories=0, status=0, menubar=1, scrollbars=0, resizable=1, width=488, height=328, left=400, top=150")
}