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

Licence agreement:

The registration number for this applet is A00004.
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:
              
The number of rows is unlimited. You can also configure the maximum rows in the window. Text and background color can be specified.
The fading function kan be hard on some computers and 
therefore you can remove it. There is also a parameter that controls the text
movement so that you can speed it up.

Configuration:

* "demicron" (must be "www.demicron.se") Required parameter.
* "reg" (must be "A00004") Required parameter.
* "foreground" (hexadecimal color value) The text color.
* "background" (hexadecimal color value) The background color.
* "width" (integer number) The applet width in pixels.
* "sleeptime" (integer number) The time between links in ms (should be 0).
* "step" (integer number) The step in the scroll movement. Should be about 4.
* "fade" ("yes" or "no") Fading function on or off.
* "font" ("Helvetica", "TimesRoman", "Courier", "Dialog", "ZapfDingbats") The 
  font type.
* "fontsize" (integer number) The font size.
* "maxitems" (integer number) Maximum link items.
* "maxrows" (integer  number) Maximum number of rows.
* "itemxx" (text) Item no xx.

The height of the applet can be calculated like this:

height = (fontsize+3)*maxrows+3

Here is an example of a HTML-configuration:

<APPLET CODE="upscroll.class" WIDTH=230 HEIGHT=84>
<PARAM name="demicron" value="www.demicron.se">
<PARAM name="reg" value="A00004">
<PARAM name="foreground" value="FFFF00">
<PARAM name="background" value="0000FF">
<PARAM name="maxrows" value="2">
<PARAM name="width" value="230">
<PARAM name="sleeptime" value="0">
<PARAM name="step" value="4">
<PARAM name="fade" value="Yes">
<PARAM name="font" value="TimesRoman">
<PARAM name="fontsize" value="24">
<PARAM name="maxitems" value="11">
<PARAM name="item0" value=" ">
<PARAM name="item1" value=" ">
<PARAM name="item2" value="This is Demicron's">
<PARAM name="item3" value="Upscroller with the">
<PARAM name="item4" value="Fading function on.">
<PARAM name="item5" value="The fading is done">
<PARAM name="item6" value="in real time!">
<PARAM name="item7" value="The applet is free to">
<PARAM name="item8" value="anyone and it may not">
<PARAM name="item9" value="be altered in any way">
<PARAM name="item10" value=" ">
</APPLET>
