<!-- 
//***********************************************************************************
//***********************************************************************************
// This script defines product-specific strings that appear in the help system
// framework. Specify the appropriate values for your product/version.
//***********************************************************************************
//***********************************************************************************


  // Text to display at the top of the help TOC tree (in the left pane)
  var isS3HSYS_PRODUCT = "Application Server 3.7";
  var isS3HSYS_HELPSYS = "Core Help";

  // Text to display in the status bar of the help browser window (bottom of screen)
  var isS3HSYS_STATUS = "SilverStream Application Server 3.7 (Core Help)";


  // Text to display in the title bar of the help browser window (top of screen)
  var isS3HSYS_TITLE = "SilverStream Help";
  // NOTE: This variable is currently used only when generating help framesets within
  // the API Context Help subsystem (in the file ../s3api/S3HELPrefgen.html) -- it
  // does not affect the static help framesets (in the ../framesets directory)


//***********************************************************************************
//***********************************************************************************
// End of JavaScript code -->
