ISCUpScroll V1.2 is a text display applet. User can define their own font size, font 
color, text moving speed and step, text alignment, link url, background color, even 
background image to get a transparent look. When mouse enters the applet, the text 
display will stop moving so user can get a clear view of text displayed. When mouse 
exits the applet, the text display starts moving again. When clicked, it will link to 
other pages. User can also drag the text up and down. Text will scroll up when dragged
upward and scroll down when dragged downward.

ISCUpScroll V1.2 is a Java applet, created by Jay Tze, IS/Complete. As such it
can be used on any platform; Windows, MAC, UNIX, etc., and with any Java-enabled
browser, such as MSIE, Netscape Navigator, HotJava, etc.

ISCUpScroll should include the following files:

	README.TXT          	This file.
	REGISTER.TXT	    	Registration file
	ISCUpScroll.class	ISCUpScroll applet
	ISCUpScroll.htm     	Sample HTML file
	bk007.gif		Background image
	frame.gif		Frame image

=================================================================================
Implementation:
^^^^^^^^^^^^^^

Implementation of your ISCUpScroll is a three-step process:

Step 1: Copy and paste the HTML code from the ISCUpScroll.htm file included with 
	this package into your web page. You can surround it with <CENTER></CENTER> 
	tags if you wish the ISCUpScroll to be centered in your page.
Step 2: Modify the parameters in the pasted code to suit your needs.  A list of	
	available parameters and their valid values appears at the bottom of this 
	text.
Step 3: Upload your ISCUpScroll.class file and your modified web page to your web 
	server.

=================================================================================
Notes:
^^^^^
ISCUpScroll parameters:
^^^^^^^^^^^^^^^^^^^^^^
Supplied at run-time:
^^^^^^^^^^^^^^^^^^^^
    PARAM NAME  VALID VALUES                DEFAULTS
    ^^^^^^^^^^  ^^^^^^^^^^^^                ^^^^^^^^
    BACK_COLOR	000000 - FFFFFF		    WHITE (FFFFFF)
    LINK_COLOR	000000 - FFFFFF		    RED (FF0000)
    SCROLLBAR	TRUE/FALSE		    FALSE
    BACK_IMAGE  Image File
    DELIMITER				    "|"
    DELAY				    100
    PAUSE				    1000
    STEP				    5
    CLIP_WIDTH				    0
    FRAME_NAME	_top, _self,		    _top
		_blank, _parent,
		frame name
    TEXT**
    
    DELIMITER is used to separate the text, color, alignment and font size 
    arguments in the TETX** parameters.

    FRAME_NAME is the name of the frame which the linked page is displayed.

    LINK_COLOR is the link text color. The link text will also be underlined.

    TEXT**: Texts you want to display. 
    The first * indicates the page number starting from 0.
    The second * indicates the line number in the page also starting from 0.

    The correct parameter format should be like this:
    "text|color|alignment|font_size|url". (They can be space, except "text")
    
    The default color is BLACK (000000).
    The default alignment is CENTER, available options: LEFT, CENTER, RIGHT.
    The default font size is 12. 

    You don't have to specify color, alignment, and font size for every line of
    text. It will inherit them from the previous line (color and alignment) or
    the default value (font size). However, if you want to change one of the
    parameter, you do have to specify all the preceding parameter(s) or leave a 
    space, even some of them are the same as the previous line and you do not have 
    to specify any of the parameter that follows.

=================================================================================
Special Notes:
^^^^^^^^^^^^^
Unregistered user will have the "Unregistered Version" text printed in the applet.
Registered user will receive a full functional version.

Using the same background image is STRONGLY RECOMMENDED. It will give this applet
a transparent look. Image file has to be in the same directory with the .CLASS file.

Between BACK_IMAGE and BACK_COLOR, only one choice is needed. BACK_COLOR is the 
default choice. If picked both, BACK_IMAGE will override the BACK_COLOR option.

=================================================================================
Registration:
^^^^^^^^^^^^^
If you like the ISCUpScroll applet and intend to use it or if you wish to use the 
ISCUpScroll class, please register it, All it will cost you is US$25.00.
See Register.txt for more information.

Registered Users are entitled to unlimited E-Mail support and will automatically 
receive any major bug fixes during this period.

Thank you for reading this far!!

I hope the applet will be as much use to you as it is to me, Please send me 
any comments or suggestions on this applet.

Thanks

Jay Tze
IS/Complete
E-MAIL: jay.tze@iscomplete.com
http://www2.cybernex.net/~jayt/
=================================================================================