function a(nazwa)
	{
	  sciezka = "//d:/strony/club/";
      document.frames[1].document.location.href = sciezka + nazwa + '.html';
	} 
