TipDrip 

Created by Dolf van der Schaar.
	
	http://www.parkers-place.net/dolf/index.html
	dolf@van-der-schaar.demon.nl


Files needed :
			waterr.class
			LWare.class
			******.html
			******.gif /*****.jpg

**********************************************************************************
Example of the applet in a HTML file.

<applet
    code=waterr.class
    id=waterr
    width=342
    height=235 >
<PARAM NAME="MEMDELAY" VALUE="10">
<PARAM NAME="PRIORITY" VALUE="3">
<PARAM NAME="BACKCOLOR" VALUE="7F">
<PARAM NAME="IMAGE" VALUE="logo2.gif">
<PARAM NAME="NUM" VALUE="6">
<PARAM NAME="SIZE" VALUE="3">
<PARAM NAME="SPEED" VALUE="3">
<PARAM NAME="FACTOR" VALUE="11">
</applet>
**********************************************************************************

"Memdelay" When running onbugged netscape and explorers (some 3.x versions), 
if you set this to 10 or 16 it will work, without crash the browser,
 but it slows down the effect. So set it to 1000 if you don't care of these bugged 
versions around, or do a slower fixed installation.

The "priority" is used to change applet priority (useful when more than
one applet is used in a page... for example if other applet has priority 1
our will block it, if other applet has priority 10 it will block our. With
priority parameter instead user can configure applet for every situation).

BACKCOLOR

The color of the background    = RRGGBB  

 RR,GG,BB can be from 00 to FF  ( a number from 0 to 255 )

	example :    	ff0000 = red 
		     	ff7f7f = light red
			00ff00 = green

"IMAGE" type here the image you want to use.

"NUM" number of circles.

"SIZE" circle size

"SPEED" Pixel speed

"FACTOR" Depth factor

All these parameters can be changed,
It is hard to explain how these parameters effect the applet.
Just try some parameters and look what is best for you.

**********************************************************************************

Copyright and distribution notices

Dolf van der Schaar is the author and owner of this applet.
You can use freely this applet to enhance your web pages. But since I am
the author of the applet, I placed a secret window that will appear if the
applet is clicked with mouse: it is external to the web browser, so it will
not hit the design of your beautyful html page. This small window will
simply show my name and ask for a link to my java applets page.. the user
can connect to it or cancel, or hide the window and connect after visiting
all your pages. I hope this credit part is not a problem for you...
Consider you will use an effect programmed by me, without pay anything!


Dolf van der Schaar
dolf@van-der-schaar.demon.nl