*** Documentation about Demicron's "hilitetitle" java-applet ***
*********** Version 1.2, programmed by Anibal Wainstein ******** 

Description:
              
The applet takes one bitmap and highlight it with one or two artificial 
spotlights. The black colors in the bitmap will not be highlighted.

Configuration:

* "demicron" (must be "www.demicron.se") Required parameter.
* "reg" (must be "A00001") Required parameter.
* "width" (integer number)  The applet width in pixels.
* "height" (integer number) The applet height in pixels.
* "sleeptime" (integer number) The time between movement in ms (should be about 100ms).
* "step" (integer number) The step in the scroll movement. Should be about 3.
* "two" ("yes" or "no") Two lights?
* "bitmap" (text) The name of the bitmap (background must be black).
* "threshold" (integer number) Filtering threshold value <25. All pixels
  with the color red<threshold, green<threshold and blue<threshold will 
  not be highlighted.

changes to the last version :

Memory leak problems and processor time locking fixed.

Here is an example of a HTML-configuration:

<APPLET
CODE="hilitetitle.class" ALT="This browser is not Java enabled!" WIDTH="270" HEIGHT="60" ID="hilitetitle">
<PARAM name="demicron" value="www.demicron.se">
<PARAM name="reg" value="A00001">
<PARAM name="width" value="270">
<PARAM name="height" value="60">
<PARAM name="sleeptime" value="100">
<PARAM name="step" value="3">
<PARAM name="two" value="Yes">
<PARAM name="bitmap" value="demiblue.jpg">
<PARAM name="threshold" value="25">
</APPLET>


