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

Licence agreement:

The registration number for this applet is A00007.
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:
              
Fireballtitle is an presentation applet. Another way to show
short messages. Background and foreground color can be changed. Due
to technical reasons the applet only uses the Courier font.

Configuration:

* "demicron" (must be "www.demicron.se") Required parameter.
* "reg" (must be "A00007") Required parameter.
* "foreground" (hexadecimal color value) The text color.
* "background" (hexadecimal color value) The background color.
* "sleeptime" (integer number) Delay in fading.
* "step" (integer number) The fireball speed.
* "fontsize" (integer number) Font size. Should be about 24.
* "itemxx" (text) A message item. The number of characters in the
  message must be at most 100.
* "urlxx" (text) The URL of picture xx. If you dont want any, just write
  a " " (space character).
* "target" (text) The target frame for all the URLs.
* "italic" (text yes or no) If you want a italic fontstyle.
* "bold" (text yes or no) If you want a bold fontstyle
* "sound" (text yes or no) If you want the sound effect to be played.

Changes from the last version (1.1):

The maxitems parameter has been removed. The applets also now takes
URLs corresponding to each message. The option of changing the 
font style and removing the sound has also been added.

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

<APPLET CODE="fireballtitle.class" WIDTH=500 HEIGHT=30>
<PARAM name="demicron" value="www.demicron.se">
<PARAM name="reg" value="A00007">
<PARAM name="foreground" value="ff0000">
<PARAM name="background" value="ffffff">
<PARAM name="sleeptime" value="100">
<PARAM name="step" value="12">
<PARAM name="fontsize" value="24">
<PARAM NAME="item0" VALUE="Welcome to demicrom">
<PARAM NAME="item1" VALUE="We work with Java and C++">
<PARAM NAME="item2" VALUE="We also do custom applets for companies">
<PARAM NAME="item3" VALUE="Buy our Applet FX Commercial Edition">
<PARAM name="url0" value="http://www.demicron.se/Welcome.html">
<PARAM name="url1" value="http://www.demicron.se/java.html">
<PARAM name="url2" value="http://www.demicron.se/applets.html">
<PARAM name="url3" value="http://www.demicron.se/appletfx.html">
<PARAM name="sound" value="Yes">
<PARAM name="target" value="">
<PARAM name="italic" value="Yes">
<PARAM name="bold" value="Yes">
</APPLET>
