function Left(i)
{
	var nowy = new String("left"+i+".htm");
	var stary = new String(top.menu.location);
	stary = stary.substr(stary.lastIndexOf("/")+1,9);
	if(stary.substr(stary.lastIndexOf("/")+1,9).toString() != nowy.toString())
	    top.menu.location = nowy.toString();
}

function Load2(adres1, adres2)
{
	//top.menu.location=adres1;
   	top.okno.location=adres2;
}

function Stat(u)
{
	window.status = u;
}

function Clear()
{
	window.status = "";
}

function obraz(pliq,progs)
{ 
   document.open();
   document.linkColor="#0000FF";
   document.vlinkColor="#0000FF";
   document.bgColor="#FFFFFF";
   document.writeln("<a href='JavaScript:window.history.back()'><p align='center'>Wróæ do opisu programu</a><br>");
   document.writeln("<img src='"+pliq+"' width='800' height='600' alt='"+progs+"'><br>");
   document.writeln("<a href='JavaScript:window.history.back()'>Wróæ do opisu programu</p></a>");
   document.close();
}

function Download(nazwa)
{
var adres="programy/"+nazwa+".php";
var Oknno=window.open(adres,"window","width=560,height=400,status=yes,toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=yes");
}
