function linia(napis,sciezka,cel)
	{
		this.napis = napis;
		this.sciezka = sciezka;
		this.cel = cel;
		this.pokaz = pokaz;
		this.pokazcale = pokazcale;
		this.pop = pop;
	}
function pokaz(){
	with (this)
	{
	document.write("<tr><td class='td_spis'>");
	document.write("<a href='",sciezka,".html' target='",cel,"'>");
	document.write("<img src='obrazki/k5.gif' width='25' border='0'>");
	document.write(napis,"</a></td></tr>");
	}
}
function pokazcale(){
	with (this)
	{
	document.write("<tr><td class='td_spis'>");
	document.write("<a href='",sciezka,"' target='",cel,"'>");
	document.write("<img src='obrazki/k5.gif' width='25' border='0'>");
	document.write(napis,"</a></td></tr>");
	}
}
function pop(){
	with (this)
	{
	document.write("<tr><td class='td_spis'>");
	document.write('<a href="#" onClick="window.open(\'',sciezka,'\',\'ogl\',\'width=100,height=100,scrolling=0,resizable=0,status=0,location=0,menubar=0,toolbar=0,left=100,top=100\');">');
	document.write("<img src='obrazki/k5.gif' width='25' border='0'>");
	document.write(napis,"</a></td></tr>");
	}
}