function pole(tlo,tresc,adres,cel)
{
	this.tlo=tlo;
	this.tresc=tresc;	
	this.adres=adres;
	this.cel=cel;
	this.pokaz=pokaz;
	this.pokazcaly=pokazcaly;	
}

function pokaz()
{
	with (this)
	{
	document.write("<td bgcolor='",tlo,"' width='120' align='center'><b>");
	document.write("<a href='",adres,".html' target='",cel,"'>",tresc,"</a></b></td>");
	}
}

function pokazcaly()
{
	with (this)
	{
	document.write("<td bgcolor='",tlo,"' width='120' align='center'><b>");
	document.write("<a href='",adres,"' target='",cel,"'>",tresc,"</a></b></td>");
	}
}

document.write("<table width='100%' border='0'><tr>");
pole1 = new pole("red","Start","../../indexa.php","_top");
pole2 = new pole("white","Zasoby","../../zasoby/indexa.html","_top");
pole3 = new pole("orange","Studia","../../studia/indexa.php","_top");
pole4 = new pole("cyan","Wydarzenia","../../news/indexa.php","_top");
pole5 = new pole("salmon","ECDL","http://www.ecdl.pti.katowice.pl","_top");
pole6 = new pole("thistle","MEN","http://www.men.waw.pl/menis_pl/glowna/glowna.php","_blank");
pole6a = new pole("greenyellow","BSP","http://www.bspnews.kiss.pl","_blank");
pole7 = new pole("moccasin","O nas","../../onas/index.php?lang=pol","_top");
pole8 = new pole("greenyellow","Linki","../../linki/indexa.php","_top");
pole9 = new pole("plum","Kursy","../../kursy/indexa.php","_top");
pole10 = new pole("yellow","Polecamy","../../polecamy/indexa.php","_top");
pole11 = new pole("darkkhaki","ECDL-A","http://www.centrum.kiss.pl","_blank");
pole12 = new pole("tomato","GOOGLE","http://www.google.pl","_blank");
pole12a = new pole("white","Kontakt","../../indexa.php?page=kontakt","_top");

pole1.pokazcaly();
pole2.pokazcaly();
pole3.pokazcaly();
pole4.pokazcaly();
pole5.pokazcaly();
pole6.pokazcaly();
pole6a.pokazcaly();
document.write("</tr><tr>");
pole7.pokazcaly();
pole8.pokazcaly();
pole9.pokazcaly();
pole10.pokazcaly();
pole11.pokazcaly();
pole12.pokazcaly(); 
pole12a.pokazcaly(); 
document.write("</table>");