function confDel( url )
{
if( confirm( 'Na pewno usunąć?') )
{
document.location = url;
}
}


