var tocTab = new Array();var ir=0;var ind=1;

tocTab[ir++] = new Array ("Top", "M e n ü ", "/text/de/main.html"); 
tocTab[ir++] = new Array ("1", "Hauptseite", "/text/de/main.html");

tocTab[ir++] = new Array ("1.2", "Sprachen", "/text/de/lang.html");
tocTab[ir++] = new Array ("1.2.1", "English", "/mainframe.asp?ln=en", "top");
tocTab[ir++] = new Array ("1.2.2", "Svenska", "/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", "Deutsch", "/mainframe.asp?ln=de", "top");

tocTab[ir++] = new Array ("2", "Produkte",  "/text/de/product.html");
tocTab[ir++] = new Array ("2.1", "ROBOT 90", "/text/de/robot.asp");
tocTab[ir++] = new Array ("2.2", "DAB",   "/text/de/dab.asp");
tocTab[ir++] = new Array ("2.3", "BIOBI", "/text/de/biobi.html");
tocTab[ir++] = new Array ("2.4", "DABSUS", "/text/de/dabsus.html");
tocTab[ir++] = new Array ("2.5", "Solare Trocken", "/text/de/solare-trocken.html");
tocTab[ir++] = new Array ("2.6", "Hinweise",   "/text/references.html"); //Same for all lang.

tocTab[ir++] = new Array ("3", "Ausbildung", "/text/de/education.html");

tocTab[ir++] = new Array ("4", "Archiv ",  "/text/de/archive.html");
tocTab[ir++] = new Array ("4.1", "Documente",  "/asp/filelist.asp?sCol=1&bRev=1&ln=de&tp=doc"); //Same for all lang.
tocTab[ir++] = new Array ("4.2", "Bilder",   "/asp/filelist.asp?sCol=1&bRev=1&ln=de&tp=pix");

tocTab[ir++] = new Array ("5", "Kontakt", "/text/de/about.html");





var nCols = 0;
for (i=1; i<tocTab.length; i++) {
	nCols = Math.max(nCols,tocTab[i][0].split(".").length);
}
