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

Licence agreement:

The registration number for this applet is A00002.
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 upscrolling URL-scroll is an applet that is useful when you have
a lot of links and there isn't enough room on the page. The number of links 
is unlimited. Text and background color can be specified. You can also 
configure the event color that you get when you move the pointer across
the applet space. Several links can be shown on the screen at one time. 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 "A00002") Required parameter.
* "foreground" (hexadecimal color value) The text color.
* "background" (hexadecimal color value) The background color.
* "clickedcolor" (hexadecimal color value) The event color.
* "width" (integer number) The applet width in pixels.
* "sleeptime" (integer number) The time between links in ms.
* "step" (integer number) The step in the scroll movement. Should be about 3.
* "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 rows shown in the applet window.
* "itemxx" (text) Item no xx.
* "urlxx" (text) URL to switch to when you click item no xx. Notice the syntax on
  the example.

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="URLscroll.class" WIDTH=200 HEIGHT=57>
<PARAM name="demicron" value="www.demicron.se">
<PARAM name="reg" value="A00002">
<PARAM name="foreground" value="FFFF00">
<PARAM name="background" value="ff00ff">
<PARAM name="clickedcolor" value="0000FF">
<PARAM name="maxrows" value="2">
<PARAM name="width" value="200">
<PARAM name="sleeptime" value="3000">
<PARAM name="step" value="3">
<PARAM name="fade" value="Yes">
<PARAM name="sleeptime" value="3000">
<PARAM name="font" value="TimesRoman">
<PARAM name="fontsize" value="24">
<PARAM name="maxitems" value="8">
<PARAM name="item0" value="Origin">
<PARAM name="url0" value="http://www.ea.com/origin/">
<PARAM name="item1" value="Electronic Arts">
<PARAM name="url1" value="http://www.ea.com/">
<PARAM name="item2" value="Bethesda">
<PARAM name="url2" value="http://www.bethsoft.com/">
<PARAM name="item3" value="Direkt Ini Brsen">
<PARAM name="url3" value="http://www.dib.se/">
<PARAM name="item4" value="Sun">
<PARAM name="url4" value="http://www.sun.com/">
<PARAM name="item5" value="Algonet">
<PARAM name="url5" value="http://www.algonet.se/">
<PARAM name="item6" value="Origin">
<PARAM name="url6" value="http://www.ea.com/origin/">
<PARAM name="item7" value="demicron">
<PARAM name="url7" value="http://www.demicron.se/">

</APPLET>

