var tocTab = new Array();var ir=0;

tocTab[ir++] = new Array ("Top", "Services", "Welcome.html");

tocTab[ir++] = new Array ("1", "Foundry Services", "Foundry.html");

tocTab[ir++] = new Array ("2", "Test and Failure Analysis", "Testfailure.html");

tocTab[ir++] = new Array ("3", "Component Development", "Component.html");

tocTab[ir++] = new Array ("4", "MEMS Packaging", "Packaging.html");

var nCols = 0;
for (i=1; i<tocTab.length; i++) {
	nCols = Math.max(nCols,tocTab[i][0].split(".").length);
}
