var opis, img1, img2, img3;
var znak, loc;
var best1, best2, best3, best4, best5;
var wopened=0;
var newWin;
function dodwiz()
	{
	 dodWin=window.open("./dodwiz.html","SubWin","toolbar=no,menubar=no,location=no,directories=no,status=no,width=500,height=300")
	}

function ListChanged(list)
	{
	var str;
	if (wopened!=0) newWin.close();
	infowin=window.open("","","toolbar=no,menubar=no,location=no,directories=no,status=no,width=300,height=100");
str="<html><head><meta http-equiv='Content-Type' content='text/html; charset=windows-1250'><title>Proszę czekać...</title>"+
	"<script lagnuage='JavaScript'>"+
	"</script></head><body> <table align='center' height='100%'><tr><td valign='middle'>"+
	"<P style='font-family: verdana, arial; color=#D00000; font-size: 12pt'><B>Trwa ładowanie danych...<B></p></tr></body></html>";
	infowin.document.write(str);
	infowin.document.close();

	 var znak;
	 str=list.options[list.selectedIndex].text;
	 znak=str;
	 str.toLowerCase();
	 
	 newWin=window.open("./"+str+".html","ABCD","toolbar=no,menubar=no,location=no,directories=no,status=no");
	 wopened=1;
	 infowin.close();
	}