function Otworz(src,x,y) { 
Rek=window.open('', '',"toolbar=no,menubar=no,location=no,personalbar=no, scrollbars=no,status=no,directories=no,resizable=no,width="+x+",height="+y+",innerheight="+y+",innerwidth="+x); 
Rek.document.write('<HTML><HEAD>');
Rek.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
Rek.document.write('<TITLE></title>');
Rek.document.write('<script language="javascript">');
Rek.document.write('setTimeout(');
Rek.document.write('"self.close()');
Rek.document.write(';",70000)');Rek.document.write('</');
Rek.document.write('script>');
Rek.document.write('</HEAD>');
Rek.document.write('<body bgcolor=white leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
Rek.document.write('<DIV align=center><a href=# onclick="javascript:self.close();"><img src='+src+' border=0></A></DIV><br><DIV align=center><a href=# onclick="javascript:self.close();">Zamknij okno</A></DIV>');
Rek.document.write('</body></html>');
Rek.focus() 
} 	



function Delete_agent(thisform) { 
if (confirm("Czy na pewno chcesz usunąć? Jeśli potwierdzisz usunięty zostanie wpis o agencie, jego lokalach i pracownikach.")) { 
return true; 
}else{ 
return false; 
} 
}
function Unactivate_agent(thisform) { 
if (confirm("Czy na pewno chcesz dezaktywować? Jeśli potwierdzisz wpis o agencie, jego lokalach i pracownikach zostaną oznaczone jako nieaktywne.")) { 
return true; 
}else{ 
return false; 
} 
}
