home *** CD-ROM | disk | FTP | other *** search
/ Adelphia Powerlink / adelphia-powerlink.iso / install / inc / common.js < prev    next >
Encoding:
JavaScript  |  2003-09-17  |  34.4 KB  |  925 lines

  1. //**********************************************************************************
  2. //**
  3. //**  File Name: common.js
  4. //**
  5. //**  Summary: SupportSoft Common JavaScript File
  6. //**
  7. //**  Description: This file contains global functions and structures used by
  8. //**               serveral pages.
  9. //**
  10. //**  Copyright SupportSoft Inc. 2003, All rights reserved.
  11. //**
  12. //**********************************************************************************
  13.  
  14.  
  15. // set this to true if you want to drive software installation from remote server
  16. var gbRemotePages = true;
  17. var gRemoteInstLoc = 'http://softdev.adelphia.net/sdcsma/html/';
  18.  
  19. // Get the local html path for return from server
  20. var gLocalHtml = ssGetReg("LocalHtml");
  21.  
  22. //**********************************************************************************
  23. // Constants
  24. //**********************************************************************************
  25.  
  26. // RunCommand arguments
  27. // Example: window.external.RunCommand(path,BCONT_RUNCMD_NORMAL)
  28. var BCONT_RUNCMD_NORMAL = 0;
  29. var BCONT_RUNCMD_MINIMIZED = 1;
  30. var BCONT_RUNCMD_HIDDEN = 2;
  31. var BCONT_RUNCMD_ASYNC = 4;
  32.  
  33. //**********************************************************************************
  34. // Global Variables
  35. //**********************************************************************************
  36.  
  37. // Debug flags
  38. // Values are entered on through test.htm interface and stored in registry
  39. var gdebugger = ssGetReg('Debugger');
  40. var gdebugServer = ssGetReg('debugServer');
  41. var gdebugSend = ssGetReg('debugSend');
  42. var gdebugRemote = ssGetReg('debugRemote');
  43. var gdebugFreeSpace = ssGetReg('debugFreeSpace');
  44. var gdebugRAM = ssGetReg('debugRAM');
  45. var gdebugCPU = ssGetReg('debugCPU');
  46. var gdebugNIC = ssGetReg('debugNIC');
  47. var gdebugTcpip = ssGetReg('debugTcpip');
  48. var gdebugDhcp = ssGetReg('debugDhcp');
  49. var gdebugAccess = ssGetReg('debugAccess');
  50. var gdebugEmail = ssGetReg('debugEmail');              // Enter mail client. Example: Outlook Express, Outlook, Eudora, Hotmail
  51. var gdebugIE = ssGetReg('debugIE');                    // Enter Internet Explorer version
  52. var gdebugOS = ssGetReg('debugOS');                    // Example: Windows 2000, Windows 98, Windows XP. Without "Windows," it will fail
  53. var gdebugOSTutorial = ssGetReg('debugOSTutorial');    // Valid inputs: xp, nt, 2k, 98, 95, me.
  54.  
  55. // Querystring variables
  56. var gArrayPath;
  57. var gPageName;
  58. var gPath;
  59. var gHref;
  60.  
  61. // Grabs value from bcont.ini. Used if some files are put on a server. See arraySteps notes below
  62. var gRemoteServer = window.external.GetPath("server");
  63.  
  64. // Grabs value from bcont.ini. Used to get remote server global
  65. var gGlobalServer = window.external.GetPath("global");
  66.  
  67. // Grabs value from bcont.ini. Used to get remote homenet server global
  68. var gHomenetServer = window.external.GetPath("homenetserver");
  69.  
  70. //*******************************************************************************
  71. // Set up multidimensional array arguments for arraySteps
  72. // Usage:   arraySteps[i].page or arraySteps[i].title
  73. //*******************************************************************************
  74. function ssSetSteps(page,title) {
  75.   this.page = page;
  76.   this.title = title;
  77. }
  78.  
  79. //**********************************************************************************
  80. // Multidimensional array to store steps and titles
  81. // To access pages on the server, as defined in setup.ini, use the following syntax:
  82. //     arraySteps[6] = new ssSetSteps(gRemoteServer + 'install.htm','Install Cable Modem');
  83. // Titles used only on test page (test.htm)
  84. //**********************************************************************************
  85. var router = ssGetReg("RouterChoice");
  86. var arraySteps = new Array();
  87.  
  88. arraySteps[arraySteps.length] = new ssSetSteps('welcome.htm','Welcome');
  89. arraySteps[arraySteps.length] = new ssSetSteps('begin.htm', 'Installation Overview');
  90. arraySteps[arraySteps.length] = new ssSetSteps('license.htm','Subscriber Agreement');
  91. arraySteps[arraySteps.length] = new ssSetSteps('modemtype.htm','Select Connection Type');
  92.  
  93.  
  94. var INDEX_USERINFO = ssGetNameIndex(gRemoteInstLoc + 'userinfo.htm');
  95. var INSTALL_MODEM_INDEX = ssGetNameIndex(gRemoteInstLoc + 'install.htm');
  96.  
  97. //**********************************************************************************  
  98. // Multidimensional array to store failure pages and titles
  99. // Used for test page (test.htm)
  100. // To access pages on the server, as defined in setup.ini, use the following syntax:
  101. //     arraySteps[6] = new ssSetSteps(gRemoteServer + 'install.htm','Install Cable Modem');
  102. //**********************************************************************************
  103. var arrayFailPages = new Array();
  104. arrayFailPages[arrayFailPages.length] = new ssSetSteps(gRemoteInstLoc + "viewer_nic.htm","NIC Installation Tutorial");
  105. arrayFailPages[arrayFailPages.length] = new ssSetSteps(gRemoteInstLoc + "viewer_tcpip.htm","TCPIP Installation Tutorial");
  106. arrayFailPages[arrayFailPages.length] = new ssSetSteps(gRemoteInstLoc + "viewer_bridge.htm","Bridge Removal Tutorial");
  107. arrayFailPages[arrayFailPages.length] = new ssSetSteps(gRemoteInstLoc + "viewer_enable.htm","Enable Adapter Tutorial");
  108. arrayFailPages[arrayFailPages.length] = new ssSetSteps(gRemoteInstLoc + "fail_cpu.htm","Insufficient CPU");
  109. arrayFailPages[arrayFailPages.length] = new ssSetSteps(gRemoteInstLoc + "fail_mem_orig.htm","Insufficient Memory");
  110. arrayFailPages[arrayFailPages.length] = new ssSetSteps(gRemoteInstLoc + "fail_os.htm","Unsupported Operating System");
  111. arrayFailPages[arrayFailPages.length] = new ssSetSteps(gRemoteInstLoc + "fail_disk.htm","Not Enough Free Disk Space");
  112. arrayFailPages[arrayFailPages.length] = new ssSetSteps(gRemoteInstLoc + "cable_install.htm","Connect NIC");
  113.  
  114.  
  115. //*******************************************************************************
  116. // Set up multidimensional array arguments for arraySupportedOS
  117. // Usage:   arraySupportedOS[i].fullname or arraySupportedOS[i].abName (abbreviated)
  118. //*******************************************************************************
  119. function ssSetOSArray(fullname,abName) {
  120.   this.fullname = fullname;
  121.   this.abName = abName;
  122. }
  123.  
  124. // Support Windows Operating Systems
  125. // Use function ssDisplaySupportedOS() from display.js to display in a list
  126. // The first element is the fullname of the OS. The second is the string to search on
  127. var arraySupportedOS = new Array();
  128. arraySupportedOS[0] = new ssSetOSArray("Windows XP","xp");
  129. arraySupportedOS[1] = new ssSetOSArray("Windows 2000","2000");
  130. arraySupportedOS[2] = new ssSetOSArray("Windows Millennium (ME)","me");
  131. arraySupportedOS[3] = new ssSetOSArray("Windows NT 4.0","nt");
  132. arraySupportedOS[4] = new ssSetOSArray("Windows 98","98");
  133.  
  134.  
  135. //**********************************************************************************
  136. // Functions
  137. //**********************************************************************************
  138.  
  139. //*******************************
  140. // Name:         ssGetReg
  141. // Purpose:      Retrieve a registry value from HKLM/Software/support.com/autoprov
  142. // Parameter:    name -- Name of the registry value to retrieve
  143. // Return:       String
  144. //*******************************
  145. function ssGetReg(name)
  146. {
  147.   return(window.external.QueryRegValue("HKLM", "Software\\support.com\\autoprov", name));
  148. }
  149.  
  150. //*******************************
  151. // Name:         ssSetReg
  152. // Purpose:      Assign a value to a given registry key in HKLM/Software/support.com/autoprov
  153. // Parameter:    name -- Name of the registry key
  154. //               value -- Value to give registry key
  155. //*******************************
  156. function ssSetReg(name, value)
  157. {
  158.   window.external.SetRegValueByType("HKLM", "Software\\support.com\\autoprov", name, 1, value); 
  159. }
  160.  
  161. //*******************************
  162. // Name:         ssGetRegistryStep
  163. // Purpose:      Retrieve current step from the registry
  164. // Parameter:    name -- Name of the registry value to retrieve
  165. // Return:       String
  166. //*******************************
  167. function ssGetRegistryStep(name)
  168. {
  169.   var strNum = new String(window.external.QueryRegValue("HKLM", "Software\\support.com\\autoprov", name));
  170.   cs = parseInt(strNum);
  171.   if (isNaN(cs)) 
  172.   {
  173.     cs = 0;
  174.   } else {
  175.     if ((cs < 0) || (cs > arraySteps.length-1)) cs = 0;
  176.   }
  177.   return cs;
  178. }
  179.  
  180. //*******************************
  181. // Name:         ssSaveNextStep
  182. // Purpose:      Advance the step by one and store in registry
  183. //*******************************
  184. function ssSaveNextStep()
  185. {
  186.   next = ssGetRegistryStep("CurrentStep")+1;
  187.   ssSetReg("CurrentStep", next);
  188. }
  189.  
  190. //*******************************
  191. // Name:         ssGoNextStep
  192. // Purpose:      Send the browser container to the next step (Web page)
  193. //*******************************
  194. function ssGoNextStep()
  195. {
  196.   next = ssGetRegistryStep("CurrentStep")+1;
  197.   ssGoStep(next);
  198. }
  199.  
  200. //*******************************
  201. // Name:         ssGoPreviousStep
  202. // Purpose:      Send the browser container to the previous step (used for back button)
  203. //*******************************
  204. function ssGoPreviousStep()
  205. {
  206.   prev = ssGetRegistryStep("PreviousStep");
  207.   // guard against previous larger then current
  208.   if (ssGetPageIndex()>=prev)
  209.   {
  210.     ssGoStep(prev);
  211.   } else {
  212.     ssGoStep(ssGetPageIndex()-1);
  213.   }
  214. }
  215.  
  216. //*******************************
  217. // Name:         ssGoStep
  218. // Purpose:      Send the browser container to a specified step
  219. // Parameter:    step -- integer indicating the step the browser will go to
  220. //*******************************
  221. function ssGoStep(step)
  222. {
  223.   if (step<0) step = 0;
  224.   location.href = arraySteps[step].page;
  225. }
  226.  
  227. //*******************************
  228. // Name:         ssGoCurrentStep
  229. // Purpose:      Send the browser container to the current step, as specified in registry
  230. //*******************************
  231. function ssGoCurrentStep()
  232. {
  233.   ssGoStep(ssGetRegistryStep("CurrentStep"));
  234. }
  235.  
  236. //*******************************
  237. // Name:         ssGetNameIndex
  238. // Purpose:      Get the step index of a specified URL
  239. // Parameter:    URL -- URL of a given Web page. Example: install.htm
  240. // Return:       Integer
  241. //*******************************
  242. function ssGetNameIndex(URL)
  243. {  
  244.   for(var cnt=0;cnt<arraySteps.length;cnt++)
  245.   {
  246.     if (arraySteps[cnt].page.indexOf(URL) != -1){
  247.     return cnt;
  248.     }
  249.   }
  250.   return -1;
  251. }
  252.  
  253. //*******************************
  254. // Name:         ssGetPageIndex
  255. // Purpose:      Get the step index of the current page
  256. // Return:       Integer
  257. //*******************************
  258. function ssGetPageIndex()
  259. {
  260.   var URL = ssGetCurrentPage();
  261.   
  262.   for(var cnt=0;cnt<arraySteps.length;cnt++)
  263.   {
  264.     if (arraySteps[cnt].page.indexOf(URL) != -1)
  265.     return cnt;
  266.   }
  267.   return -1;
  268. }
  269.  
  270. //*******************************
  271. // Name:         ssGetRootPath
  272. // Purpose:      Get the root path of the current page
  273. // Return:       String. Example: E:/autoprov
  274. //*******************************
  275. function ssGetRootPath()
  276. {
  277.  return(window.external.GetPath("bin").replace(/bin\\/,""));
  278. }
  279.  
  280. //*******************************
  281. // Name:         ssGetServerPath
  282. // Purpose:      Get the local global server
  283. // Return:       String. Example: E:/autoprov/global
  284. //*******************************
  285. function ssGetServerPath()
  286. {
  287.  
  288.   path = ssGetRootPath() + 'global';
  289.   //alert("this is the value of path " + path);
  290.   // var path="http:\\\\softdev.adelphia.net\\global";
  291.   return path;
  292.  
  293. }
  294.  
  295. //*******************************
  296. // Name:         ssGetCurrentPage
  297. // Purpose:      Get the current Web page in form of: page.htm
  298. // Return:       String
  299. //*******************************
  300. function ssGetCurrentPage()
  301. {
  302.   var strRawPath = unescape(location.href).toLowerCase();
  303.   var arrayOne = strRawPath.split('.htm');
  304.   var arrayTwo = arrayOne[0].split('/');
  305.   var strCurrentPage = arrayTwo[arrayTwo.length-1] + ".htm";
  306.   return strCurrentPage;
  307. }
  308.  
  309. //*******************************
  310. // Name:         ssGetOS
  311. // Purpose:      Find the abbreviated operating system name, based on arraySupportedOS.abName
  312. // Return:       String
  313. //*******************************
  314. function ssGetOS()
  315. {
  316.   var strOS = "";
  317.   for (i=0; i < arraySupportedOS.length-1; i++)
  318.   {
  319.     if (ssGetReg("OS").indexOf(arraySupportedOS[i].abName) != -1)
  320.     {
  321.       strOS = arraySupportedOS[i].abName
  322.     }
  323.   }
  324.   return strOS;
  325. }
  326.  
  327. //*******************************
  328. // Name:         ssSetFailQuerystring
  329. // Purpose:      Set the Querystring for fail pages. This is used for the href in the tutorial continue button
  330. // Return:       String in form of a full URL with querystring
  331. //*******************************
  332. function ssSetFailQuerystring()
  333. {
  334.   var gHref = "";
  335.   gPath = unescape(location.href);
  336.   gPath = gPath.toLowerCase();
  337.   
  338.   // Set the href value for continue button on qual.htm
  339.   // Adding fail pages to the querystring
  340.   if (ssGetCurrentPage() == "qual.htm")
  341.   {
  342.     var arrayFail = gQueryString.split("&");
  343.     gHref = arrayFail[0] + "?";
  344.  
  345.     for (i=1; i<= arrayFail.length-1; i++)
  346.     {
  347.       if (arrayFail[i] != "")
  348.       {
  349.         gHref += arrayFail[i] + "&";
  350.       }
  351.     }
  352.   }
  353.   // Set the href value for continue button from fail pages
  354.   // Will hit next fail page, or, if none, go back to qual.htm
  355.   else
  356.   {
  357.     var arrayQuery = gPath.split("?");
  358.  
  359.     if (arrayQuery[1] == "")
  360.     {
  361.       gHref = "qual.htm?adapter=0";
  362.     }
  363.     else
  364.     {
  365.       var strQuery = arrayQuery[arrayQuery.length-1];
  366.       var arrayPages = strQuery.split("&");
  367.       gHref = arrayPages[0] + "?";
  368.       
  369.       for (i=1; i<=arrayPages.length-1; i++)
  370.       {
  371.         if (arrayPages[i] != "")
  372.         {
  373.           gHref = gHref + arrayPages[i] + "&";
  374.         }
  375.       }
  376.     }
  377.   }
  378.   return gHref;
  379. }
  380.  
  381. //*******************************
  382. // Name:         ssSetInstallRestart
  383. // Purpose:      Set in the registry the page to open up on a reboot.
  384. //*******************************
  385. function ssSetInstallRestart()
  386. {
  387.   path = window.external.GetPath("EXE_PATH");
  388.   url = window.external.GetPath("restarturl");
  389.   ssSetRunOnceKey('"'+path+'" "'+url+'"');
  390. }
  391.  
  392. //*******************************
  393. // Name:         ssSetRunOnceKey
  394. // Purpose:      Set the RunOnce key in HKCU so that SmartAccess will launch on reboot
  395. // Parameter:    path -- URL of the page SmartAccess will open on reboot
  396. //*******************************
  397. function ssSetRunOnceKey(path)
  398. {
  399.   window.external.SetRegValueByType("HKCU", "Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce", "LaunchCMInstall", 1, path); 
  400. }
  401.  
  402. //*******************************
  403. // Name:         ssCloseApp
  404. // Purpose:      Close the container (browser)
  405. //*******************************
  406. function ssCloseApp()
  407. {
  408.   window.external.Close();
  409. }
  410.  
  411. //*******************************
  412. // Name:         ssExitApp
  413. // Purpose:      Close the container (browser) and reset current step to 0 so user can start over
  414. //*******************************
  415. function ssExitApp()
  416. {
  417.   ssSetReg('CurrentStep', 0);
  418.   ssSetReg('pageFlow', '');
  419.   ssSetReg('timeFlow', '');
  420.   ssSetReg('pageCounter', '');
  421.   ssSetReg('ModemDemo', '');
  422.   ssSetReg('FilterDemo', '');
  423.   ssSetReg('ModemType', '');
  424.   ssSetReg('bprotected', '');
  425.   ssCloseApp();
  426. }
  427.  
  428. //*******************************
  429. // Name:         ssUndoApp
  430. // Purpose:      Undo IE changes and Close the container (browser) and reset current step to 0 so user can start over
  431. //*******************************
  432. function ssUndoApp()
  433. {
  434.   document.all.network.innerHTML = "Restoring previous network settings...";
  435.   document.all.imgnetwork.src = "../images/sacic_light_yellow.gif";
  436.   setTimeout('ssRestoreNet()',3000);
  437.  
  438.   setTimeout('ssRestoreIE()',6000);
  439.  
  440.   setTimeout('ssExitApp()',9000);
  441. }
  442.  
  443. function ssRestoreNet()
  444. {
  445.   if (ssRestoreNetworkSettings())
  446.   {
  447.     document.all.network.innerHTML = "Previous network settings restored.";
  448.     document.all.imgnetwork.src = "../images/sacic_light_green.gif";
  449.   }
  450.   else
  451.   {
  452.     document.all.network.innerHTML = "No changes were needed for your network settings.";
  453.     document.all.imgnetwork.src = "../images/sacic_light_yellow.gif";
  454.   }
  455.   document.all.ie.innerHTML = "Restoring previous Internet Explorer settings...";
  456.   document.all.imgie.src = "../images/sacic_light_yellow.gif";
  457. }
  458.  
  459. function ssRestoreIE()
  460. {
  461.   if (ssRestoreIEBranding())
  462.   {
  463.     document.all.ie.innerHTML = "Previous Internet Explorer settings restored.";
  464.     document.all.imgie.src = "../images/sacic_light_green.gif";
  465.   }
  466.   else
  467.   {
  468.     document.all.ie.innerHTML = "Failed to restore Internet Explorer settings";
  469.     document.all.imgie.src = "../images/sacic_light_red.gif";
  470.   }
  471. }
  472.  
  473.  
  474. //*******************************
  475. // Name:         ssWindowOnLoad
  476. // Purpose:      Always set the current step to the current page that just loaded
  477. //               if it is a step page
  478. //*******************************
  479. function ssWindowOnLoad()
  480. {
  481.   // have to watch for detours from current pages that
  482.   // return to step page
  483.   currentPage = ssGetPageIndex();
  484.   previousPage = ssGetRegistryStep("CurrentStep");
  485.  /* if ((currentPage == 0 && previousPage > 0) || (currentPage == 1 && previousPage > 1)){
  486.      ssGoStep(previousPage);
  487.      }
  488. */
  489.  
  490.   if (currentPage >= 0 && currentPage != previousPage)
  491.   {
  492.     ssSetReg("PreviousStep", previousPage);
  493.     ssSetReg("CurrentStep", currentPage);
  494.     
  495.   }
  496.    
  497.   // Track the steps for reporting
  498.   var regValue = ssGetReg("pageCounter");
  499.   
  500.   // Get date and format it
  501.   
  502.   var objDate = new Date();
  503.   var strDate = objDate.getDate();
  504.   var strYear = objDate.getFullYear();
  505.   var strMonth = objDate.getMonth();
  506.   var strHour = objDate.getHours();
  507.   var strMinutes = objDate.getMinutes();
  508.   var strSeconds = objDate.getSeconds();
  509.    
  510.   var formattedDate = new Date(strYear,strMonth,strDate,strHour,strMinutes,strSeconds);
  511.   
  512.   var strFullDate = strMonth + "/" + strDate + "/" + strYear + " " + strHour + ":" + strMinutes + ":" + strSeconds;
  513.  
  514.   if (regValue == "")
  515.   {
  516.     ssSetReg("pageCounter", 1);
  517.   }
  518.   else
  519.   {
  520.     var value = parseInt(ssGetReg("pageCounter")) + 1;
  521.     ssSetReg("pageCounter", value);
  522.   }
  523.  
  524.   ssSetReg("pageFlow", ssGetReg("pageFlow") + ssGetCurrentPage() + "<br>");
  525.   ssSetReg("timeFlow", ssGetReg("timeFlow") + strFullDate + "<br>");
  526. }
  527.  
  528.  
  529. //*******************************
  530. // Name:         ssGetTempDir
  531. // Purpose:      Get Temp directory.
  532. //*******************************
  533. function ssGetTempDir()
  534. {
  535.   var tempDir = window.external.GetPath("%TEMP%");
  536.   if (tempDir == null || tempDir == "")
  537.   {
  538.     tempDir = "c:\\";
  539.   }
  540.   return tempDir;
  541. }
  542.  
  543. //*******************************
  544. // Name:         ssSaveNetworkSettings
  545. // Purpose:      Save network settings to the root of the home drive
  546. //*******************************
  547. function ssSaveNetworkSettings()
  548. {
  549.   try
  550.   {
  551.     window.external.ProtectNet(ssGetTempDir() + "net_save.dna");
  552.     ssSetReg("bprotected",1);
  553.     return true;
  554.   }
  555.   catch(e)
  556.   {
  557.     return false;
  558.   }
  559. }
  560.  
  561. //*******************************
  562. // Name:         ssRestoreNetworkSettings
  563. // Purpose:      Restore network settings. Requires reboot.
  564. // Return:       boolean
  565. //*******************************
  566. function ssRestoreNetworkSettings()
  567. {
  568.   var netProtected = ssGetReg("bprotected");
  569.   if (netProtected == 1)
  570.   {
  571.     window.external.HealNet(ssGetTempDir() + "net_save.dna");
  572.     return true;
  573.   }
  574.   else
  575.   {
  576. //    alert("SmartAccess could not restore your network settings because no previous network settings were found.");
  577.     return false;
  578.   }
  579. }
  580.  
  581. //*******************************
  582. // Name:         ssSaveBackupReg
  583. // Purpose:      Save to registry in "HKLM", "Software\\support.com\\Setup\\backup"
  584. // Usage:        To save branding elements of IE for restore later
  585. //*******************************
  586. function ssSaveBackupReg(name, value){
  587.      window.external.SetRegValueByType("HKLM", "Software\\support.com\\Setup\\backup", name, 1, value);
  588.  }
  589.  
  590. //*******************************
  591. // Name:         ssSaveIEBranding
  592. // Purpose:      Save original branding of Internet Explorer to registry
  593. //               Saves images and home page
  594. // Return:       boolean
  595. //*******************************
  596. function ssSaveIEBranding()
  597. {
  598.   var aBigBitmap   = window.external.QueryRegValue("HKCU", "Software\\Microsoft\\Internet Explorer\\Toolbar", "BrandBitmap");
  599.   var aSmallBitmap = window.external.QueryRegValue("HKCU", "Software\\Microsoft\\Internet Explorer\\Toolbar", "SmBrandBitmap");
  600.   var homepage     = window.external.QueryRegValue("HKCU", "Software\\Microsoft\\Internet Explorer\\Main", "Start Page");
  601.   var ieTitle      = window.external.QueryRegValue("HKCU", "Software\\Microsoft\\Internet Explorer\\Main", "Window Title");
  602.   var bBigBitMap   = window.external.QueryRegValue("HKLM", "Software\\Microsoft\\Internet Explorer\\Main", "BigBitmap");
  603.   var bSmallBitMap = window.external.QueryRegValue("HKLM", "Software\\Microsoft\\Internet Explorer\\Main", "SmallBitmap");
  604.     
  605.   var LastUserID = window.external.QueryRegValue("HKCU", "Identities", "Last User ID"); 
  606.   var CurrentOeTitleBar = window.external.QueryRegValue("HKCU", "Identities\\" + LastUserID + "\\Software\\Microsoft\\Outlook Express\\5.0", "WindowTitle");
  607.  
  608.   ssSaveBackupReg("OeWindowTitle", CurrentOeTitleBar);
  609.   ssSaveBackupReg("BrandBitmap", aBigBitmap);
  610.   ssSaveBackupReg("SmBrandBitmap", aSmallBitmap);
  611.   ssSaveBackupReg("Start Page", homepage);
  612.   ssSaveBackupReg("Window Title", ieTitle);
  613.   ssSaveBackupReg("BigBitMap", bBigBitMap);
  614.   ssSaveBackupReg("SmallBitMap", bSmallBitMap);
  615.   
  616.   ssSetReg("bIEprotected",1);
  617. }
  618.  
  619. //*******************************
  620. // Name:         ssRestoreIEBranding
  621. // Purpose:      Return original branding of Internet Explorer to from
  622. //               Resets images and home page
  623. // Return:       boolean
  624. //*******************************
  625. function ssRestoreIEBranding()
  626. {
  627.   try
  628.   {
  629.     var aBigBitmap   = window.external.QueryRegValue("HKLM", "Software\\support.com\\Setup\\backup", "BrandBitmap");
  630.     var aSmallBitmap = window.external.QueryRegValue("HKLM", "Software\\support.com\\Setup\\backup", "SmBrandBitmap");
  631.     var homepage     = window.external.QueryRegValue("HKLM", "Software\\support.com\\Setup\\backup", "Start Page");
  632.     var ieTitle      = window.external.QueryRegValue("HKLM", "Software\\support.com\\Setup\\backup", "Window Title");
  633.     var oeTitle      = window.external.QueryRegValue("HKLM", "Software\\support.com\\Setup\\backup", "OeWindowTitle");
  634.     var bBigBitMap   = window.external.QueryRegValue("HKLM", "Software\\support.com\\Setup\\backup", "BigBitmap");
  635.     var bSmallBitMap = window.external.QueryRegValue("HKLM", "Software\\support.com\\Setup\\backup", "SmallBitmap");
  636.     
  637.     window.external.SetRegValueByType("HKCU", "Software\\Microsoft\\Internet Explorer\\Toolbar", "BrandBitmap", 1, aBigBitmap);
  638.     window.external.SetRegValueByType("HKCU", "Software\\Microsoft\\Internet Explorer\\Toolbar", "SmBrandBitmap", 1, aSmallBitmap);
  639.     window.external.SetRegValueByType("HKCU", "Software\\Microsoft\\Internet Explorer\\Main", "Start Page", 1, homepage);
  640.     window.external.SetRegValueByType("HKLM", "Software\\Microsoft\\Internet Explorer\\Main", "BigBitmap", 1, bBigBitMap);
  641.     window.external.SetRegValueByType("HKLM", "Software\\Microsoft\\Internet Explorer\\Main", "SmallBitmap", 1, bSmallBitMap);
  642.     
  643.     if (ieTitle){
  644.       window.external.SetRegValueByType("HKCU", "Software\\Microsoft\\Internet Explorer\\Main", "Window Title", 1, ieTitle);
  645.     }
  646.     else
  647.     {
  648.       window.external.DeleteRegVal("HKCU", "Software\\Microsoft\\Internet Explorer\\Main", "Window Title");
  649.     }
  650.     if (oeTitle){
  651.       var LastUserID = window.external.QueryRegValue("HKCU", "Identities", "Last User ID"); 
  652.       window.external.SetRegValueByType("HKCU", "Identities\\" + LastUserID + "\\Software\\Microsoft\\Outlook Express\\5.0", "WindowTitle", 1, oeTitle);
  653.     }
  654.     else
  655.     {
  656.       var LastUserID = window.external.QueryRegValue("HKCU", "Identities", "Last User ID"); 
  657.       window.external.DeleteRegVal("HKCU", "Identities\\" + LastUserID + "\\Software\\Microsoft\\Outlook Express\\5.0", "WindowTitle");
  658.     }
  659.     return true;
  660.   }
  661.   catch(e)
  662.   {
  663.     return false;
  664.   }
  665. }
  666.  
  667. //*******************************
  668. // Name:         ssBrandIE
  669. // Purpose:      Brand Internet Explorer with hardcoded icons and
  670. //               set home page
  671. // Parameter:    homepage: full URL of home page. Example: "http://www.supportsoft.com"
  672. //               toolbar: 38 px bitmap for toolbar
  673. //               toolbarsm: 22 px bitmap for toolbar
  674. //               main: 38 px main bitmap
  675. //               mainsm: 22 px main bitmap
  676. // Return:       boolean
  677. //*******************************
  678. function ssBrandIE(homepage, toolbar, toolbarsm, main, mainsm, ietitle)
  679. {
  680.   try
  681.   {
  682.     window.external.SetRegValueByType("HKCU", "Software\\Microsoft\\Internet Explorer\\Toolbar", "BrandBitmap", 1, toolbar);
  683.     window.external.SetRegValueByType("HKCU", "Software\\Microsoft\\Internet Explorer\\Toolbar", "SmBrandBitmap", 1,  toolbarsm);
  684.     window.external.SetRegValueByType("HKCU", "Software\\Microsoft\\Internet Explorer\\Main", "Window Title", 1,  ietitle);
  685.     window.external.SetRegValueByType("HKCU", "Software\\Microsoft\\Internet Explorer\\Main", "Start Page", 1, homepage);
  686.     window.external.SetRegValueByType("HKLM", "Software\\Microsoft\\Internet Explorer\\Main", "BigBitmap", 1, main);
  687.     window.external.SetRegValueByType("HKLM", "Software\\Microsoft\\Internet Explorer\\Main", "SmallBitmap", 1, mainsm);
  688.     return true;
  689.   }
  690.   catch(e)
  691.   {
  692.     return false;
  693.   }
  694. }
  695.  
  696.  function ssBrandIEDna(oeTitle)
  697.  {
  698.   try
  699.   {
  700.     window.external.RunCommand("c:\\progra~1\\support.com\\bin\\tgfix /i c:\\IeBranding.dna", 0)
  701.     var LastUserID = window.external.QueryRegValue("HKCU", "Identities", "Last User ID"); 
  702.     window.external.SetRegValueByType("HKCU", "Identities\\" + LastUserID + "\\Software\\Microsoft\\Outlook Express\\5.0", "WindowTitle", 1, oeTitle);
  703.     return true;
  704.   }
  705.   catch(e)
  706.   {
  707.     return false;
  708.   }
  709.  
  710.  
  711. //*******************************
  712. // Name:         ssLaunchFlash
  713. // Purpose:      Launch a given flash file in a new window
  714. // Parameter:    Path. The relative path to the html file that has the flash file embedded
  715. //               Height. Height of new window
  716. //               Width. Width of new window
  717. //*******************************
  718. function ssLaunchFlash(path,tstrWidth,tstrHeight)
  719. {
  720.   var winAttributes = "width=" + tstrWidth + ",height=" + tstrHeight;
  721.   var newWin = window.open(path,'newWindow',winAttributes);
  722.   newWin.focus();
  723. }
  724.  
  725.  
  726. //*******************************
  727. // Name:         ssLaunchTechPage
  728. // Purpose:      Launch a given flash file in a new window
  729. // Parameter:    Path. The relative path to the html file that has the flash file embedded
  730. //               Height. Height of new window
  731. //               Width. Width of new window
  732. //*******************************
  733. function ssLaunchTechPage() 
  734.   var intKey = window.event.keyCode;
  735.   
  736.   if (intKey == 120)
  737.   {
  738.    location.href = "techinstall.htm";
  739.   }
  740.  
  741. }
  742.  
  743.  
  744. function ssOSGroup()
  745. {
  746.   var osgroup = "";
  747.   switch (ssGetOS())
  748.   {
  749.     // Windows 2k, NT and XP
  750.     case "2000":
  751.     case "xp":
  752.     case "nt":
  753.       osgroup = "2k";
  754.       return osgroup;
  755.     break;
  756.     
  757.     default :
  758.       // Windows 95, 98, ME
  759.       osgroup = "98";
  760.       return osgroup;
  761.   }
  762. }
  763.  
  764. //COMM(jtd):the following functions require sdcnetcheck.js
  765.    function isConnected(){
  766.       var sIp,sDhcpEn;
  767.       var nI = 0;
  768.       var sPath = window.external.GetPath("bin").replace(/bin\\/,"");
  769.       var sProvider = window.external.GetIniValue(sPath+"bcont.ini","PROVIDERINFO","provider");
  770.       document.netobj.GetAdaptersInfo("");
  771.       var nMx = document.netobj.GetCount();
  772.       document.netobj.MoveFirst();
  773.       for(;nI<nMx;nI++){
  774.          sIp=document.netobj.GetAttribute("AdapterInfo", "IPAddress");
  775.          sDhcpEn=document.netobj.GetAttribute("AdapterInfo", "DhcpEnabled");
  776.          if(sDhcpEn.toLowerCase()=="yes" && sIp != ""){ 
  777.             if (document.netobj.IsValidIp(sProvider,sIp)){
  778.                return(true);
  779.                }
  780.             }
  781.          document.netobj.MoveNext();
  782.          }
  783.       return(false);
  784.       }
  785.    function isValid(){
  786.       var sIssueId,sServerPath,sIssueFn,sSystemId,nRamAmount,nCPUSpeed;
  787.       var sCPUType,sOSName,sDisk,sDiskFree,sDiskTotal,sAppName,vVersion;
  788.       var nIEVer,sDiskPer,sDiskMB,aTmp;
  789.       var bIEVer=false;
  790.       var bIsIE=false;
  791.       var bIsDisk=false;
  792.       var bIsOS=false;
  793.       var bIsRam=false;
  794.       var bIsCPUSpeed=false;
  795.       var bIsCPUType=false;
  796.       var bReturn = false;
  797.       sIssueId = ssGetIssueID();
  798.       sServerPath = ssGetServerPath();
  799.       if (sIssueId != ""){
  800.          document.si.SetCurrentServer(sServerPath);
  801.          document.si.DeleteXMLIssueId(sIssueId);
  802.          }
  803.       ssCreateIssue('SmartAccess');
  804.       sIssueId = ssGetIssueID()
  805.       sIssueFn = document.si.GetIssueFile(sIssueId);
  806.       document.si.StartXMLIO(sIssueFn);
  807.          sSystemId  = document.si.GetXMLValue('SDC_Connectivity', 'ConnectionData', 'MacID');
  808.          nRamAmount = document.si.GetXMLValue("PCH_Sysinfo",sSystemId, "RAM");
  809.          nCPUSpeed  = document.si.GetXMLValue("PCH_Sysinfo",sSystemId, "ClockSpeed");
  810.          sCPUType   = document.si.GetXMLValue("SDC_AdditionalSysInfo", "SDC_AdditionalSysInfo", "ProcessorType").toLowerCase().replace(/_/g," ");
  811.          sOSName    = document.si.GetXMLValue("PCH_Sysinfo",sSystemId, "OSName").toLowerCase();
  812.          sDisk      = document.si.GetXMLSections('Win32_LogicalDisk').split(',')[0];
  813.          sDiskFree  = document.si.GetXMLValue('Win32_LogicalDisk', sDisk, 'TotalFreeSpace');
  814.          sDiskTotal = document.si.GetXMLValue('Win32_LogicalDisk', sDisk, 'TotalCapacity');
  815.       document.si.EndXMLIO();
  816.          sAppName = navigator.appName.toLowerCase();
  817.          vVersion = navigator.appVersion.toLowerCase();
  818.          nIEVer   = parseInt(vVersion.substr(vVersion.indexOf("msie")+5,1));
  819.          bIEVer   = nIEVer>=5;
  820.          bIsIE    = sAppName.indexOf("microsoft internet explorer")!=-1;
  821.          sDiskPer = sDiskFree*100/sDiskTotal;
  822.          sDiskMB  = Math.round(sDiskFree/1024);
  823.          bIsDisk  = sDiskMB >= MIN_DISK_SPACE;
  824.          for (nI=0;nI<=arraySupportedOS.length-1;nI++){
  825.             if (sOSName.indexOf(arraySupportedOS[nI].abName)!=-1){
  826.                bIsOS = true;
  827.                }
  828.             }
  829.          bIsRam      = (nRamAmount+1)>=MIN_MEMORY;
  830.          bIsCPUSpeed = nCPUSpeed>=MIN_CPU;
  831.          bIsCPUType    = sCPUType.indexOf(MIN_PROCESSOR_TYPE.toLowerCase())!=-1; 
  832.          ssSetReg("OS",sCPUType); 
  833.          ssSetReg("OS",sOSName);
  834.          bReturn = bIEVer && bIsIE && bIsOS && bIsRam && bIsCPUSpeed && bIsCPUType;
  835.          aTmp = new Array(false,false,false,false,false,false,false,false);
  836.          aTmp[0] = new Array(bReturn,"","","");
  837.          aTmp[1] = new Array(bIEVer && bIsIE,5,nIEVer,"\n- Browser must be Internet Explorer version 5.0 or higher");
  838.          aTmp[2] = new Array(bIsRam,MIN_MEMORY,nRamAmount,"\n- Memory must be "+MIN_MEMORY+"megabytes or higher.");
  839.          aTmp[3] = new Array(bIsCPUSpeed,MIN_CPU,nCPUSpeed,"\n- Processor speed must be "+MIN_CPU+" megahertz or higher");
  840.          aTmp[4] = new Array(bIsCPUType,MIN_PROCESSOR_TYPE,sCPUType,"\n- Incorrect processor type [requires \""+MIN_PROCESSOR_TYPE+"\"]");
  841.          aTmp[5] = new Array(bIsOS,"",sOSName,"\n- Your Operating System is not supported");
  842.          aTmp[6] = new Array(bIsDisk,MIN_DISK_SPACE,sDiskMB,"\n- Not enough diskspace available [requires \""+MIN_DISK_SPACE+"\"mb free space]");
  843.          return(aTmp);
  844.       }
  845.    function isFinalConnected(){
  846.        return(ssTestConnection(TEST_CONNECT_INT_ADD,TEST_CONNECT_INT_PORT));
  847.       }
  848.    function isDHCPEnabled(psServiceName){
  849.       var nR= 0;
  850.       var sDhcpEn="";
  851.       document.netobj.GetAdaptersInfo("");
  852.       var nMr = document.netobj.GetCount();
  853.       document.netobj.MoveFirst();
  854.       for(;nR<nMr;nR++){
  855.          if (document.netobj.GetAttribute("AdapterInfo", "ServiceName") == psServiceName){
  856.             sDhcpEn=document.netobj.GetAttribute("AdapterInfo", "DhcpEnabled");
  857.             if(sDhcpEn.toLowerCase()=="yes"){ 
  858.                return(true);
  859.                }  
  860.             }
  861.          document.netobj.MoveNext();
  862.          }
  863.       return(false);
  864.       }
  865.    function idConnect(){
  866.       }
  867.    function goNextStepOffline(pvNet){
  868.       //var nCableCount = ssGetReg("CheckCable");
  869.       /*if(nCableCount==""){
  870.          nCableCount = -1;
  871.          }
  872.       */
  873.       if(isFinalConnected()){
  874.          location.href=gRemoteInstLoc+"qual.htm";
  875.          return(true);
  876.          }
  877.       var sTmp,nH,nMh,aNet;
  878.       aNet = pvNet.split(";");
  879.       nMh = aNet.length-1;
  880.       for(var nH=0;nH<nMh;nH++){
  881.          sTmp=aNet[nH].split("=")[0];
  882.          if (document.netobj.IsTCPIPBoundToAdapter(sTmp)){
  883.             if(isDHCPEnabled(sTmp)){
  884.                //ssSetReg("CheckCable",++nCableCount); 
  885.                if (nCableCount==0){
  886.                   location.href="plugnic.htm";
  887.                   return(false);
  888.                   }
  889.                if (nCableCount == 1){
  890.                   alert("We are still unable to complete your installation  - please verify that you have correctly connected all cables and retry your connection type.");
  891.                   location.href = "plugnic.htm";
  892.                   return(false);
  893.                   }  
  894.                if (nCableCount == 2){
  895.                    ssSetReg("FinalCheckCable",1);
  896.                    ssSetInstallRestart();
  897.                    alert(ALERT_REBOOT);
  898.                    window.external.Reboot();
  899.                   }      
  900.                }else{
  901.                   //ssSetReg("CheckCable",++nCableCount); 
  902.                   document.netobj.EnableDHCP(sTmp);
  903.                   if (ssGetReg("OS").indexOf("2000") == -1 || ssGetReg("OS").indexOf("xp") == -1){
  904.                      ssSetReg("DHCPEnabledReboot",1); 
  905.                      var stopDHCP = window.external.StartDhcp(false);
  906.                      var startDHCP = window.external.StartDhcp(true);
  907.                      var renewIP = window.external.IpConfig(1);
  908.                      }
  909.                   location.href ="plugnic.htm";
  910.                   }
  911.             }else{
  912.                location.href="viewer_tcpip.htm";
  913.                }
  914.          }
  915.       location.href ="plugnic.htm";
  916.       }
  917.  
  918.    function setUpOffline(){
  919.       window.external.SetRegValueByType("HKLM", "Software\\SupportSoft\\Security\\AuthorizedURLs", "http:\\\\softdev.adelphia.net", 1, ""); 
  920.       ssSetReg("LicenseConfirmed","Not Confirmed");
  921.       //window.external.SetRegValueByType("HKLM", "Software\\support.com\\Setup\\ProviderList\\providerAdelphia", "IpRange", 1, "10.102.1:255.255.255.0;10.104.1:255.255.255.0"); 
  922.       }
  923.