//### Otwieranie okna pop-up
function nowe_okno(theURL,winName,features) {
              window.open(theURL,winName,features);
	      }
	      