**** Documentation about Demicron's "Messager(B)" java-applet ****
********** Version 1.1, programmed by Jan Fulin *********** 

Licence agreement:

The registration number for this applet is A00033.
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:
              
Messager(B) is yet another presentation applet. Background and foreground 
color can be changed. The font, the maximum fontsize and normal fontsize is
adjustable. The maximum fontsize should be large else the effect is degraded.
The normalfontsize MUST be less than the maximum fontsize, else it won't work.
In the distance the color of the font is faded to the background color.

Configuration:

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

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

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

* "font" ("Helvetica", "TimesRoman", "Courier", "Dialog", "ZapfDingbats") The 
  font type.
* "maxfontsize" (integer number) Maximum Font size. Should be large.
* "normalfontsize" (integer number) Fontsize during the time "textdelay".

* "itemxx" (text) A message item.


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

<APPLET CODE="messagerb.class" WIDTH=500 HEIGHT=50>
<PARAM name="demicron" value="www.demicron.se">
<PARAM name="reg" value="A00033">
<PARAM name="foreground" value="ff0000">
<PARAM name="background" value="ffffff">
<PARAM name="textdelay" value="2000">
<PARAM name="delay" value="10">
<PARAM name="font" value="TimesRoman">
<PARAM name="maxfontsize" value="70">
<PARAM name="normalfontsize" value="30">
<PARAM name="item0" value="This is the Messager(B) applet">
<PARAM name="item1" value="It fades away in the distance">
<PARAM name="item2" value="Choose font, max- and normalfontsize">
<PARAM name="item3" value="You can also choose colors"></APPLET>
