<!-- 
//***********************************************************************************
//***********************************************************************************
// This script defines product-specific strings that appear in the help system
// framework. Specify the appropriate values for your product/version.
//***********************************************************************************
//***********************************************************************************




  // Name of the product-specific root directory for this help system.
  // Used to identify this product's help system in the exteNd suite common
  // help directory structure.
  
  var isS3HSYS_HELPDIR = "exteNd";
  
  
  // Name of frameset generator file to call when Show Navigation button is clicked
  
  var isS3HSYS_FRAMESETNAME = "Start_exteNd_Help.html";

  // Pathname of default help topic file
  
  var isS3HSYS_DEFAULT_TOPIC = "essentials/ESSintro.html";



  // Text to display at the top of the help TOC tree (in the left pane)
  
  var isS3HSYS_PRODUCT = "exteNd 5.2";
  var isS3HSYS_HELPSYS = "Help";

  // Text to display in the status bar of the help browser window (bottom of screen)
  
  var isS3HSYS_STATUS = "Novell exteNd 5.2 Help";


  // Text to display in the title bar of the help browser window (top of screen)
  
  var isS3HSYS_TITLE = "Novell exteNd Help";
  

  // Function to locate the legal page; called from the copyright line at the bottom of
  // each help file
  
  
  function openLegal()
  {
    window.open("../../exteNd/common/suiteLegal.html", "_blank", "height=672, width=420, menubar=no, toolbar=no, scrollbars, resizable");
  }
  
  

//***********************************************************************************
//***********************************************************************************
// End of JavaScript code -->

