var root = "/mykotronx/"; var rootDir = "Home"; var rootPg = "index.asp"; // ARRAY TO HOLD THE LABELS OF THE MAJOR SITE SECTIONS var descList = new Array(); // STORE as descList["(directory name)"] = "(Direcotry Label)"; // PRODUCTS descList["products"] = "Products"; descList["ASIC"] = "ASIC"; descList["CardholderCaribou"] = "Cardholder and Caribou"; descList["CommercialSpace"] = "Commercial Space"; descList["fortezza"] = "FORTEZZA™"; descList["FORTEZZA_Plus"] = "FORTEZZA® Plus"; descList["KG28"] = "KG-28/46"; descList["KG29"] = "KG-29/57"; descList["KG44"] = "KG-44"; descList["KI23"] = "KI-23"; descList["KIV7"] = "KIV-7"; descList["kiv7m_awareness"] = "KIV-7M Awareness Event"; // SOLUTIONS descList["solutions"] = "Solutions"; descList["authentication"] = "High-Assurance Authentication"; descList["link_security"] = "Link Security"; descList["company"] = "About Us"; // ARRAY TO HOLD THE HOME PAGES OF THE SITES SECTIONS var pgList = new Array(); // STORE as pgList["(directory name)"] = "(Direcotory home page)"; pgList["products"] = "products/index.asp"; pgList["solutions"] = "solutions/index.asp";