var tocTab = new Array();var ir=0;var ind=1;

tocTab[ir++] = new Array ("Top", "M e n u ", "/text/pl/main.html"); 
tocTab[ir++] = new Array ("1", "Strona glowna", "/text/pl/main.html");

tocTab[ir++] = new Array ("1.2", "Jezyki", "/text/pl/lang.html");
tocTab[ir++] = new Array ("1.2.1", "Angelski", "/mainframe.asp?ln=en", "top");
tocTab[ir++] = new Array ("1.2.2", "szwedzki", "/mainframe.asp?ln=se", "top");
tocTab[ir++] = new Array ("1.2.3", "Polski",  "/mainframe.asp?ln=pl", "top");
//tocTab[ir++] = new Array ("1.2.4", "Niemiecki", "/mainframe.asp?ln=dl", "top");

tocTab[ir++] = new Array ("2", "Produkty",  "/text/pl/product.html");
tocTab[ir++] = new Array ("2.1", "ROBOT", "/text/pl/robot.asp");
tocTab[ir++] = new Array ("2.2", "DAB",   "/text/pl/dab.asp");
tocTab[ir++] = new Array ("2.3", "BIOBI", "/text/pl/biobi.html");
tocTab[ir++] = new Array ("2.4", "DABSUS", "/text/pl/dabsus.html");
tocTab[ir++] = new Array ("2.5", "Suszarnie s&#0322oneczne", "/text/pl/suszarnie-sloneczne.html");
tocTab[ir++] = new Array ("2.5", "Referencje",   "/text/references.html"); //Same for all lang.

tocTab[ir++] = new Array ("3", "Edukacja", "/text/pl/education.html");

tocTab[ir++] = new Array ("4", "Archiwum",  "/text/pl/archive.html");
tocTab[ir++] = new Array ("4.1", "Dokumenty",  "/asp/filelist.asp?sCol=1&bRev=1&ln=pl&tp=doc"); //Same for all lang.
tocTab[ir++] = new Array ("4.2", "Zdjecia",   "/asp/filelist.asp?sCol=1&bRev=1&ln=pl&tp=pix");

tocTab[ir++] = new Array ("5", "Kontakt", "/text/pl/about.html");





var nCols = 0;
for (i=1; i<tocTab.length; i++) {
	nCols = Math.max(nCols,tocTab[i][0].split(".").length);
}
