var tocTab = new Array();var ir=0;var ind=1;

tocTab[ir++] = new Array ("Top", "M e n u ", "/text/en/main.html"); 
tocTab[ir++] = new Array ("1", "Main Page", "/text/en/main.html");

tocTab[ir++] = new Array ("1.2", "Languages", "/text/en/lang.html");
tocTab[ir++] = new Array ("1.2.1", "English", "/mainframe.asp?ln=en", "top");
tocTab[ir++] = new Array ("1.2.2", "Swedish", "/mainframe.asp?ln=se", "top");
tocTab[ir++] = new Array ("1.2.3", "Polish",  "/mainframe.asp?ln=pl", "top");
//tocTab[ir++] = new Array ("1.2.4", "Deutsch", "/mainframe.asp?ln=dl", "top");

tocTab[ir++] = new Array ("2", "Products",  "/text/en/product.html");
tocTab[ir++] = new Array ("2.1", "ROBOT", "/text/en/robot.asp");
tocTab[ir++] = new Array ("2.2", "DAB",   "/text/en/dab.asp");
tocTab[ir++] = new Array ("2.3", "BIOBI", "/text/en/biobi.html");
tocTab[ir++] = new Array ("2.4", "DABSUS", "/text/en/dabsus.html");
tocTab[ir++] = new Array ("2.5", "Solar drying", "/text/en/solar-drying.html");
tocTab[ir++] = new Array ("2.6", "References",   "/text/references.html"); //Same for all lang.

tocTab[ir++] = new Array ("3", "Education", "/text/en/education.html");

tocTab[ir++] = new Array ("4", "File Archive ",  "/text/en/archive.html");
tocTab[ir++] = new Array ("4.1", "Documents",  "/asp/filelist.asp?sCol=1&bRev=1&ln=en&tp=doc"); //Same for all lang.
tocTab[ir++] = new Array ("4.2", "Images",   "/asp/filelist.asp?sCol=1&bRev=1&ln=en&tp=pix");

tocTab[ir++] = new Array ("5", "Contact", "/text/en/about.html");





var nCols = 0;
for (i=1; i<tocTab.length; i++) {
	nCols = Math.max(nCols,tocTab[i][0].split(".").length);
}
