function OD(Adres){
w=window.open(Adres,'Dokumenty','scrollbars,resizable=yes,width=800,height=600,,top=10,left=100');
w.focus();
}
function OS(Adres){
w=window.open(Adres,'Dokumenty','scrollbars,resizable=yes,width=600,height=600');
w.focus();
w.self.moveTo(0,0);
} 
function OM(Adres){
w=window.open(Adres,'Informacje','width=500,height=450');
w.focus();
}
function OB(Adres){
w=window.open(Adres,'Informacje','width=300,height=200');
w.focus();
}
function NS(Adres){
self.close();
w=window.open(Adres,'Dokumenty','toolbar=yes,menubar=yes,scrollbars=yes,resizable=yes,status=yes,location=yes,directories=yes,copyhistory=yes,width=800,height=600');
w.focus();
w.self.moveTo(0,0);
w.self.resizeTo(screen.availWidth,screen.availHeight);
}
