home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////////////////////////////////
- //
- // PRODUCT: Norton Internet Security/Symantec Desktop Firewall
- //
- // NAME: iw-AboutHomeNet.js (Javascript file for iw-AboutHomeNet.HTM)
- //
- // Copyright (c) 2002 by Symantec Corporation. All rights reserved.
- //
- ////////////////////////////////////////////////////////////////////////////////////////////
-
- function OnLoad()
- {
- var parentwnd = window.parent.frames("contents",0);
- if(parentwnd)
- {
- window.NISTitleName1.innerText = WrapNisum.ProductName;
- window.NISTitleName2.innerText = WrapNisum.ProductName;
- window.NISTitleName3.innerText = WrapNisum.ProductName;
- }
-
- var sProductType = WrapNisum.ProductType
-
- if(sProductType == "PT_PRO")
- {
- // Set text specific to NIS Professional
- window.HomeOffice1.innerText = StrID("HomeNetworkTitle_NISPRO");
- window.HomeOffice2.innerText = StrID("HomeNetworkText1_NISPRO");
- }
- }
-
-
- function LaunchHomeNet()
- {
- // the 1 parameter is to tell HNetWiz we opened from Security Assistant
- IntroHelper.LaunchHomeNetwork(1);
- }
-