/* misza@best.net.pl */
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>mbh - meble biurowe</title>');
cel.document.write('</HEAD>');
cel.document.write('<body  leftmargin=10 topmargin=14 marginheight=10 marginwidth=10  style="background-image: url(gfx/mbh.gif);background-position: center center; background-repeat: no-repeat; 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 newhtm(nazwa,szer,wys) {
odlewa=(screen.width-szer)/2;
odgory=(screen.height-wys)/2;		
config='left='+odlewa+',top='+odgory+',width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes';
stadion=window.open(nazwa,'okno',config)
stadion.focus();
}

function popupik() {
nazwa = 'popup.htm';
wys = 490;
szer = 700;
//odlewa=(screen.width-szer)/2;
//odgory=(screen.height-wys)/2;		
odlewa = 0;
odgory = 0;
config='left='+odlewa+',top='+odgory+',width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes';
stadion=window.open(nazwa,'okno',config)
stadion.focus();
}

function clear_area(c_var, val1, val2)
{
	if (c_var.value == val1)
		c_var.value = val2;
}