home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////////////////////////////////////
- //
- // PRODUCT: Norton Internet Security/Symantec Desktop Firewall
- //
- // NAME: iw-AboutIAC.js (Javascript file for iw-AboutIAC.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;
- }
- }
-
- function LaunchAleScan()
- {
- ConfigInfo.LaunchAleScan();
- }
-