	nn4 = (document.layers)? true:false
	ie4 = (document.all)? true:false

function otworz(co,napis,w,h){
	
	oknoh=parseInt(h)+20;
	oknow=parseInt(w)+105;
	Okno=window.open('','','toolbar=no,width='+oknoh+',height='+oknow);
	Okno.document.write("<body bgcolor='#d2b48c' topmargin='0' leftmargin='0'><hr width='100%'><center><table width="+oknoh+" border='0' bgcolor='#d3d3d3'><tr><td align='center'><font color='#AA0000'><b>"+napis+"</b></font></td></tr></table><hr width='100%'><img src="+co+" width="+w+" height="+h+"><br><br><input type='Button' onclick=javascript:window.close() value='Zamknij'></center></body>");
	Okno.document.close();
}

function na(ktory,kolor){
	if(nn4){
		document.layers[ktory].bgcolor=kolor;
	}else{
		document.all[ktory].style.background=kolor;
	}
}
function za(ktory,kolor){
	if(nn4){
		document.layers[ktory].bgcolor=kolor;
	}else{
		document.all[ktory].style.background=kolor;
	}
}

function przejdz_scroll(main,status){
	window.location=status;
	parent.main.location.href=main;
}
