var root = "/"; // CHANGE AFTER MIGRATION 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)"; // Updates ######################################################### descList["3gsm"] = "3GSM World Congress 2005"; //12/02/04 // Main labels ##################################################### descList["careers"] = "Careers"; descList["company"] = "About SafeNet"; descList["worldwide"] = "SafeNet Worldwide"; descList["thirdparty"] = "Product Addons"; // SafeNet Documentation / Library descList["docs"] = "SafeNet Documentation"; descList["Library"] = "SafeNet Document Library"; descList["library"] = "SafeNet Document Library"; descList["news"] = "News and Media"; descList["reviews"] = "Reviews"; // SafeNet Partners descList["partners"] = "Partners"; descList["partner_search"] = "Partner Search"; descList["SafeNetPartnerPrograms"] = "SafeNet Partner Programs"; descList["partner_briefs"] = "Partner Briefs"; descList["tech_partners"] = "Technology Partners"; descList["relatedLinks"] = "Related Links"; descList["enterprise"] = "Enterprise"; descList["oem"] = "OEM"; // PRODUCTS & SERVICES descList["products"] = "Products"; descList["axis"] = "Single Sign-On"; descList["accCards"] = "Accelerator Cards"; descList["bsec"] = "Borderless Security "; descList["chips"] = "Security Processors"; descList["cms"] = "Card and Credential Management"; descList["encryptors"] = "High-Speed Network Encryption and VPN"; descList["gateways"] = "VPN and SSL Gateways"; descList["ip"] = "Intellectual Property"; descList["pki"] = "PKI"; descList["sentinel"] = "Rights Management"; descList["digital_rights_management"] = "Digital Rights Management"; descList["serials"] = "RoHS Part Numbers"; descList["roiCalc"] = "Sentinel ROI Calculator"; descList["sms"] = "Systems Management Solutions"; descList["sw"] = "Software Libraries"; descList["swTK"] = "Software Toolkits"; descList["tokens"] = "Identity Tokens"; descList["vpn"] = "VPN Clients"; descList["custsvc"] = "Customer Services"; descList["ticket"] = "Creative Services"; descList["database_encryption"] = "Database Encryption"; descList["data_at_rest_protection"] = "Data-at-Rest Protection"; // SOLUTIONS descList["solutions"] = "Solutions"; descList["mediasentry"] = "MediaSentry"; descList["dev"] = "for OEM Vendors"; descList["rm"] = "for Software Vendors"; descList["idm"] = "Identity Management"; descList["ent"] = "for Enterprise"; descList["auth"] = "Authentication"; descList["vert"] = "Verticals"; descList["gov"] = "for Government"; descList["soho"] = "for Small Office / Home Office"; // SUPPORT descList["support"] = "Support"; descList["c3"] = "Customer Connection Center"; descList["tech"] = "Technical Support"; // RESOURCES descList["resources"] = "Resources"; descList["iGatedemo"] = "iGate Tools"; // MYKOTRONX descList["MYKO"] = "Home"; // INTERNATIONAL descList["AU"] = "Australia"; descList["au"] = "Australia"; descList["FR"] = "France"; descList["fr"] = "France"; descList["HK"] = "Hong Kong"; descList["hk"] = "Hong Kong"; descList["IN"] = "India"; descList["in"] = "India"; descList["DE"] = "Deutsch"; descList["de"] = "Deutsch"; // INDUSTRIES descList["Industries"] = "Industries"; descList["Financial"] = "Financial"; descList["Government"] = "Government"; descList["Hardware"] = "Hardware"; descList["Healthcare"] = "Healthcare"; descList["Independent_Software_Vendors"] = "Independent Software Vendors"; // SPECIAL SECTIONS descList["4testing"] = "Test Folder"; descList["3GSM"] = "3GSM"; descList["AMCC"] = "AMCC"; descList["borderless"] = "Borderless Security"; descList["igatedemo"] = "iGate"; descList["rsa2005"] = "Events"; descList["safenetinvestor"] = "Investor Relations"; descList["drm"] = "Digital Rights Management"; descList["ODM"] = "ODM"; descList["IDMKit"] = "Incentive"; descList["govevents"] = "Government Solutions Events"; descList["lp"] = "Solutions"; descList["printer"] = "Customer Success"; descList["rms"] = "Rights Management"; descList["award"] = "Award"; descList["ChipDesign"] = "Chip Design"; descList["PMC-Sierra"] = "PMC-Sierra"; descList["Fileverify"] = "File Verify"; descList["esriboatcruise"] = "ESRI Fiesta"; descList["telecom"] = "Telecom Solutions"; descList["sfdc"] = "SafeNet"; descList["SoftRemote"] = "VPN Client Solutions"; descList["softRemote"] = "VPN Client Solutions"; descList["softremote"] = "VPN Client Solutions"; descList["tradeup"] = "Trade Up"; // ARRAY TO HOLD THE HOME PAGES OF THE SITES SECTIONS var pgList = new Array(); // STORE as pgList["(directory name)"] = "(Direcotory home page)"; pgList["4testing"] = "4testing/index.asp"; pgList["Library"] = "Library/index.asp"; pgList["library"] = "Library/index.asp"; pgList["careers"] = "/careers/index.asp"; pgList["company"] = "/company/index.asp"; // SafeNet Documentation / Library pgList["docs"] = "docs/index.asp"; pgList["news"] = "/news/index.asp"; pgList["partners"] = "partners/index.asp"; // PRODUCTS pgList["products"] = "products/index.asp"; pgList["accCards"] = "products/accCards/index.asp"; pgList["chips"] = "products/chips/index.asp"; pgList["encryptors"] = "products/encryptors/index.asp"; pgList["gateways"] = "products/gateways/index.asp"; pgList["ip"] = "products/ip/index.asp"; pgList["pki"] = "products/pki/index.asp"; pgList["sentinel"] = "products/sentinel/index.asp"; pgList["sms"] = "products/sms/index.asp"; pgList["sw"] = "products/sw/index.asp"; pgList["swTK"] = "products/swTK/index.asp"; pgList["tokens"] = "products/tokens/index.asp"; pgList["vpn"] = "products/vpn/index.asp"; // SOLUTIONS pgList["solutions"] = "solutions/index.asp"; pgList["dev"] = "solutions/dev/index.asp"; pgList["drm"] = "solutions/dev/drm/index.asp"; pgList["ent"] = "solutions/ent/index.asp"; pgList["auth"] = "solutions/ent/auth/index.asp"; pgList["pki"] = "solutions/ent/pki/index.asp"; pgList["vert"] = "solutions/vert/index.asp"; pgList["gov"] = "solutions//gov/index.asp"; pgList["soho"] = "solutions/soho/index.asp"; // SUPPORT pgList["support"] = "support/index.asp"; pgList["c3"] = "support/c3/index.asp"; pgList["tech"] = "support/tech/index.asp";