var obr = "../../obrazki/calus.gif";

function liniaonas(napis,sciezka,cel,obrazek)
	{
		this.napis = napis;
		this.sciezka = sciezka;
		this.cel = cel;
		this.pokazonas = pokazonas;
		this.pokazonas1 = pokazonas1;		
		this.obrazek = obrazek;
	}
	
function pokazonas(){
	with (this)
	{
	document.write("<tr><td>");
	document.write("<a class='menu' href='",sciezka,".php' target='",cel,"'>");
	document.write("<img src='",obrazek,"' width='18' border='0' />");
	document.write("<a/></td>");
	document.write("<td class='menu'>&nbsp;");
	document.write("<a class='menu' href='",sciezka,".php' target='",cel,"'>");
	document.write(napis,"</a>");	
	document.write("</td></tr>");	
	}
}
function pokazonas1(){
	with (this)
	{
	document.write("<tr><td>");
	document.write("<a class='menu' href='",sciezka,".html' target='",cel,"'>");
	document.write("<img src='",obrazek,"' width='18' border='0' />");
	document.write("<a/></td>");
	document.write("<td class='menu'>&nbsp;");
	document.write("<a class='menu' href='",sciezka,".html' target='",cel,"'>");
	document.write(napis,"</a>");	
	document.write("</td></tr>");	
	}
}
function hr(){
	document.write("<tr><td colspan='2'><hr class='hr1' />");
	document.write("</td></tr>");	

}
function pol(prefix){
	document.write("<td align='center'>");
	document.write("<a href='"+prefix+"index.php?lang=pol' target='_top'>");
	document.write("<img src='"+prefix+"obrazki/pol.gif' width='32' border='0' />");
	document.write("<a/></td>");
}
function eng(prefix){
	document.write("<td align='center'>");
	document.write("<a href='"+prefix+"index.php?lang=eng' target='_top'>");
	document.write("<img src='"+prefix+"obrazki/eng.gif' width='32' border='0' />");
	document.write("<a/></td>");
}
function ger(prefix){
	document.write("<td align='center'>");
	document.write("<a href='"+prefix+"index.php?lang=ger' target='_top'>");
	document.write("<img src='"+prefix+"obrazki/ger.gif' width='32' border='0' />");
	document.write("<a/></td>");
}
function fra(prefix){
	document.write("<td align='center'>");
	document.write("<a href='"+prefix+"index.php?lang=fra' target='_top'>");
	document.write("<img src='"+prefix+"obrazki/fra.gif' width='32' border='0' />");
	document.write("<a/></td>");
}