Thank you for using Text Rotor.
This version of Text Rotor is free for commercial and non-commercial use,
however, the release version is subject to a fee of $20, details of how
to pay are on the Web site:
www.v-era.com/sales

Creator: Xavier Potier, 1999
Please report any remarks / bugs to x@v-era.com

--------------------------------------------------------------------------------

INSTRUCTIONS:
On the page www.v-era.com/TextRotor, select a parameter by choosing
a radio button on the right, place mouse cursor over applet then drag mouse 
with the left button down. You will see the scrolling text changing as you drag.
When the applet looks cool, click on "Generate HTML"
and the HTML will appear in the table at the bottom of the page. This HTML
contains the variables corresponding to the settings that you just made.

Copy this code and paste into the HTML of your web page, and copy the following
files to the directory of your web page:

Xcos.class
fontReader.class
textHandler.class
TextRotor.class


--------------------------------------------------------------------------------

Notes:
Window size/position - 
	mouse button down=position of top left corner of window
	mouse drag ( holding mouse button down )=resize window
	mouse button up=set window size
Optimizing - remember that when you specify the window size/position,
much of the window drawing becomes redundant, it is wise to alter 
the parameters so that redundant drawing is avoided, as this can
save up to 90%+ of CPU computation.
Such optimization needs to be done prior to the final
setting ( window size/position should be set last ).