function otworz1(adres,pozx, pozy)
 {
	adres='./teksty/zasady.html';
	pozx='760';
	pozy='600';
	wspolrzednax = (screen.width-pozx)/2;
	wspolrzednay = (screen.height-pozy)/2;
  noweOkno=window.open(adres, 'okienko', 'toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=no, scrollbars=yes, copyhistory=yes, width='+pozx+', height='+pozy+', left='+wspolrzednax+', top='+wspolrzednay+'');
	//noweOkno.focus()
	}
	
function otworz2(adres,pozx, pozy)
 {
	adres='teksty/formularz.html';
	pozx='670';
	pozy='600';
	wspolrzednax = (screen.width-pozx)/2;
	wspolrzednay = (screen.height-pozy)/2;
  noweOkno2=window.open(adres, 'okienko2', 'toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=no, scrollbars=yes, copyhistory=yes, width='+pozx+', height='+pozy+', left='+wspolrzednax+', top='+wspolrzednay+'');
	//noweOkno.focus()
	}
	
function otworz3(adres,pozx, pozy)
 {
	adres='./teksty/n_zasady.html';
	pozx='820';
	pozy='600';
	wspolrzednax = (screen.width-pozx)/2;
	wspolrzednay = (screen.height-pozy)/2;
  noweOkno=window.open(adres, 'okienko', 'toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=no, scrollbars=yes, copyhistory=yes, width='+pozx+', height='+pozy+', left='+wspolrzednax+', top='+wspolrzednay+'');
	//noweOkno.focus()
	}
function otworz4(adres,pozx, pozy)
 {
	adres='./teksty/praca.html';
	pozx='820';
	pozy='600';
	wspolrzednax = (screen.width-pozx)/2;
	wspolrzednay = (screen.height-pozy)/2;
  noweOkno=window.open(adres, 'okienko', 'toolbar=no, menubar=no, location=no, personalbar=no, status=no, resizable=no, scrollbars=yes, copyhistory=yes, width='+pozx+', height='+pozy+', left='+wspolrzednax+', top='+wspolrzednay+'');
	//noweOkno.focus()
	}