function show(file){ window.open("view.php?file="+file+"&title=Powiekszenie","Powiekszenie","toolbar=no,status=no,width=250,height=15");
}

function M_rollOver (co) {
	podmiana = co.src.substring( 0,co.src.length - 4)+"-up.gif"
	co.src=podmiana;
}

function M_rollOut (co) {
	podmiana = co.src.substring( 0,co.src.length - 7)+".gif"
	co.src=podmiana;
}

function menuwlacz(a) {
	  if (navigator.appName=="Microsoft Internet Explorer"
      && navigator.userAgent.indexOf("Opera")==-1) {
			typ = "block";
	  } else {
			typ = "table-row";
	  }
  
	for (i=1;i<=5; i++){   document.getElementById("l"+i).style.display="none"; }

	document.getElementById("l"+a).style.display=typ;
}
