home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / software / snpf / NPF / NPF.MSI / IntroWiz.exe / 1033 / HTML / IW-ABOUTHOMENET.JS < prev    next >
Encoding:
JavaScript  |  2002-09-21  |  1.1 KB  |  37 lines

  1. ////////////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // PRODUCT: Norton Internet Security/Symantec Desktop Firewall
  4. //
  5. // NAME:    iw-AboutHomeNet.js (Javascript file for iw-AboutHomeNet.HTM)
  6. //
  7. // Copyright (c) 2002 by Symantec Corporation. All rights reserved.
  8. //
  9. ////////////////////////////////////////////////////////////////////////////////////////////
  10.  
  11. function OnLoad()
  12. {
  13.     var parentwnd = window.parent.frames("contents",0);
  14.     if(parentwnd)
  15.     {
  16.         window.NISTitleName1.innerText = WrapNisum.ProductName;
  17.         window.NISTitleName2.innerText = WrapNisum.ProductName;
  18.         window.NISTitleName3.innerText = WrapNisum.ProductName;
  19.     }
  20.     
  21.     var sProductType = WrapNisum.ProductType 
  22.     
  23.     if(sProductType == "PT_PRO")
  24.     {
  25.         // Set text specific to NIS Professional
  26.         window.HomeOffice1.innerText = StrID("HomeNetworkTitle_NISPRO");
  27.         window.HomeOffice2.innerText = StrID("HomeNetworkText1_NISPRO");
  28.     }
  29. }
  30.  
  31.  
  32. function LaunchHomeNet()
  33. {
  34.     // the 1 parameter is to tell HNetWiz we opened from Security Assistant
  35.     IntroHelper.LaunchHomeNetwork(1);
  36. }
  37.