function otworz2(adres,pozx, pozy)
 {
	adres='mapka.php';
	pozx='600';
	pozy='500';
	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=no, copyhistory=yes, width='+pozx+', height='+pozy+', left='+wspolrzednax+', top='+wspolrzednay+'');
	}

function otworz1(adres,pozx, pozy)
 {
	adres='print_calc.php';
	pozx='750';
	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=no, copyhistory=yes, width='+pozx+', height='+pozy+', left='+wspolrzednax+', top='+wspolrzednay+'');
	}
function otworz3(adres,pozx, pozy)
 {
	adres='foto_portfolio.html';
	pozx='497';
	pozy='700';
	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=no, copyhistory=yes, width='+pozx+', height='+pozy+', left='+wspolrzednax+', top='+wspolrzednay+'');
	}

function otworz4(adres,pozx, pozy)
 {
	adres='foto_portfolio_2.html';
	pozx='700';
	pozy='521';
	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=no, copyhistory=yes, width='+pozx+', height='+pozy+', left='+wspolrzednax+', top='+wspolrzednay+'');
	}
function otworz5(adres,pozx, pozy)
 {
	adres='foto_portfolio_3.html';
	pozx='700';
	pozy='521';
	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=no, copyhistory=yes, width='+pozx+', height='+pozy+', left='+wspolrzednax+', top='+wspolrzednay+'');
	}
