function otworzokno(numer,wys,szer,nazwa) {
okno=window.open("","",'toolbar=no, menubar=no, personalbar=no, status=no, resizable=yes,height='+wys+',width='+szer+',left=75,top=75');
okno.document.write("<html><head><META HTTP-EQUIV='Content-type' CONTENT='text/html; charset=UTF-8'><link rel='stylesheet' href='style.css' type='text/css'><title>Mme Chantberry - " + nazwa + "</title></HEAD><body leftmargin=0 rightmargin=0 topmargin=0 marginwidth=0 marginheight=0><center>");
okno.document.write("<a href='javascript:window.close()'><img src=" + numer + " border='0' alt='" + nazwa + "'></a></center></body></html>");
}
