/////////////////////////////////////////////////////////////////////
//
// helpinfo.js - definition of Help information used 
//               throughout the InstallShield Help Library
//
// Copyright © 2002-2003 InstallShield Software Corporation
//
/////////////////////////////////////////////////////////////////////
//
// Use the appropriate value for HELPNETPRODUCTCAT
//
// 2     AdminStudio
// 4     DemoShield
// 6     InstallShield Developer
// 38    Expo Walkthrough
// 7     InstallShield Express
// 8     InstallShield Universal
// 9     InstallShield Professional
// 13    PackageForTheWeb
// 27    InstallShield Update Service
// 33    RedBend vBuild
// 50    InstallShield DevStudio
 
var HELPNETPRODUCTCAT = "8";
 
// Enter the current version of the product
 
var HELPNETPRODUCTVER = "11";
 
// These variables control the timestamp on the bottom of each topic
 
dateObj = new Date(document.lastModified)
var datetimestamp=dateObj.toLocaleString(document.lastModified);
var leading="Topic Last Updated: "
var modstamp = leading + datetimestamp;
 
