**** Documentation about Demicron's "WaterMessager" java-applet ****
********** Version 1.0, programmed by Jan Fulin *********** 

Licence agreement:

The registration number for this applet is A00046.
Note that Demicron doesn't take any responsibility against damage this 
applet may do to your system or another. The applet is freeware and 
may be used commercially by anyone. It may not be altered in any way.

Description:

This is the applet WaterMessager. It displays the message by letting the
text emerge from the water. The effect is done by making the text be reflected
on the wavy "water". Colors and font are adjustable.

Configuration:

* "demicron" (must be "www.demicron.se") Required parameter.
* "reg" (must be "A00046") Required parameter.

* "foreground" (hexadecimal color value) The text color.
* "background" (hexadecimal color value) The background color.

* "textdelay" (integer number) Time showing the text, in ms.
* "delay" (integer number) Sets the time for a single step, in ms.

* "font" ("Helvetica", "TimesRoman", "Courier", "Dialog", "ZapfDingbats") The 
  font type.
* "fontsize" (integer number) Font size.

* "itemxx" (text) The text that will be displayed.


Here is an example of a HTML-configuration with recommended values:

<APPLET CODE="watermessager.class" WIDTH="500" HEIGHT="150">
<PARAM NAME="demicron" VALUE="www.demicron.se">
<PARAM NAME="reg" VALUE="A00046">
<PARAM NAME="foreground" VALUE="ff00ff">
<PARAM NAME="background" VALUE="000000">
<PARAM NAME="textdelay" VALUE="5000">
<PARAM NAME="delay" VALUE="40">
<PARAM NAME="font" VALUE="TimesRoman">
<PARAM NAME="fontsize" VALUE="50">
<PARAM NAME="item0" VALUE="WaterMessager">
<PARAM NAME="item1" VALUE="demicron">
<PARAM NAME="item2" VALUE="Choose The Font">
<PARAM NAME="item3" VALUE="Choose Colors"></APPLET>
