var tocTab = new Array();var ir=0;var ind=1;

tocTab[ir++] = new Array ("Top", "M e n y ", "/text/se/main.html"); 
tocTab[ir++] = new Array ("1", "F&ouml;rstasidan", "/text/se/main.html");

tocTab[ir++] = new Array ("1.2", "Spr&aring;k", "/text/se/lang.html");
tocTab[ir++] = new Array ("1.2.1", "Engelska", "/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", "Polska",  "/mainframe.asp?ln=pl", "top");
//tocTab[ir++] = new Array ("1.2.4", "Tyska", "/mainframe.asp?ln=dl", "top");

tocTab[ir++] = new Array ("2", "Produkter",  "/text/se/product.html");
tocTab[ir++] = new Array ("2.1", "ROBOT", "/text/se/robot.asp");
tocTab[ir++] = new Array ("2.2", "DAB",   "/text/se/dab.asp");
tocTab[ir++] = new Array ("2.3", "BIOBI", "/text/se/biobi.html");
tocTab[ir++] = new Array ("2.4", "DABSUS", "/text/se/dabsus.html");
tocTab[ir++] = new Array ("2.5", "Soltorkning", "/text/se/soltorkning.html");
tocTab[ir++] = new Array ("2.6", "Referenser",   "/text/references.html"); //Same for all lang.

tocTab[ir++] = new Array ("3", "Utbildning", "/text/se/education.html");

tocTab[ir++] = new Array ("4", "Filarkiv ",  "/text/se/archive.html");
tocTab[ir++] = new Array ("4.1", "Dokument",  "/asp/filelist.asp?sCol=1&bRev=1&ln=se&tp=doc"); //Same for all lang.
tocTab[ir++] = new Array ("4.2", "Bilder",   "/asp/filelist.asp?sCol=1&bRev=1&ln=se&tp=pix");

tocTab[ir++] = new Array ("5", "Kontakta", "/text/se/about.html");





var nCols = 0;
for (i=1; i<tocTab.length; i++) {
	nCols = Math.max(nCols,tocTab[i][0].split(".").length);
}
