tab=new Array(
"strona główna","index.htm",
"kontakty","kontakty.htm",
"ładunki płynne","plyn.htm",
"ładunki sypkie","sypkie.htm",
"certyfikaty","certyfikaty.htm",
"ogłoszenia","ogloszenia.htm");

for (a=0; a<tab.length; a=a+2)
{
document.write("<TD align=center><A HREF='"+tab[a+1]+"' class=menu> "+tab[a]+" </A></TD>");
}

