function newWin(nazwa,szer,wys) {
	odlewa=(screen.width-szer)/2;
	odgory=(screen.height-wys)/2;
	szer = szer+28;
	wys = wys+28;
	config='left='+odlewa+',top='+odgory+',width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
	cel=window.open('','okno',config)
	cel.document.write('<HTML><HEAD>');
	cel.document.write('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
	cel.document.write('<TITLE>Skimmer - baseny, zadaszenia basenowe</title>');
	cel.document.write('</HEAD>');
	cel.document.write('<body  leftmargin=10 topmargin=14 marginheight=10 marginwidth=10  style="text-align:center;">');
	cel.document.write('<a href=# onclick="javascript:self.close();"><img src='+nazwa+' class=obw alt="Kliknij aby zamkn±æ okno" style="border: 1px solid #000;" align=center></a>');
	cel.document.write('</body></html>');
	cel.focus();
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
