<!-- $Header: ohwconfig.xml 115.1 2005/03/16 03:51:55 ppradhan noship $ -->
<helpConfiguration>

<!-- Specify the branding information.  You can specify
     brandingText or brandingImage, if both are specified
     brandingText will be used -->
     
<branding>
<!--  <brandingText text="You can specify your own branding text here" />  -->
<!--  <brandingImage source="images/orAnImage.gif" shortDesc="Some Image" />  -->
</branding>


<!-- Specify the set of books.  Specify the merging
     behavior by providing values for the combineBooks
     and useLabelInfo attributes.  The books element can
     contain any number of helpBook objects, helpSet objects
     or a mixture of both.  -->

<books combineBooks="false" useLabelInfo="true">
  <!--<helpSet location="wfmhelp/workflow.hs" />-->
  <!-- Refer to help jar shipped for db control instead of having the
  locally -->
  <helpset jar="../../../em/em/online_help/workflow/workflow_help.jar" location="workflow.hs"/>
</books>

<!-- OHW automatically uses the system default Locale and
     the default encoding for that Locale for Locale
     sensitive operations.  You can override this behavior
     by filling out the localeSettings. Note that the encoding
     for the content HTML files, is specified in those files
     directly -->

<localeSettings>
  <locale language="en" country="US" />
  <controlFileEncoding encoding="ISO-8859_1" />
</localeSettings>

<!-- The maxSearchThreads parameter determines the maximum
     number of threads that will be spawned for searching.
     This will be the maximum number of simultaneous
     searches that OHW can perform.  This value should be
     carefully tuned to correspond to the estimated load
     on the servlet.-->
     
<parameters>
  <maxSearchThreads>10</maxSearchThreads>
  <defaultHomeID>myTopicID</defaultHomeID>
</parameters>

</helpConfiguration>
