How to install the wiper applet on your server:

1: Upload the Wiper.zip to your server.

2: Create a file named play.txt with info on 
    *where images should link to, 
    *which images to include 
    *how to do the transitions.
	Fun transitions includes 
		- using the image itself as transitionguide
		- using the proceeding or following image as transitionguide.

An example:

http://www.echoecho.com/freeapplets.htm	PHOT001.GIF	PHOT004.GIF
http://www.echoecho.com/freeapplets.htm	PHOT002.GIF	PHOT002.GIF
http://www.echoecho.com/freeapplets.htm	PHOT003.GIF	PHOT002.GIF
http://www.echoecho.com/freeapplets.htm	PHOT004.GIF	PHOT001.GIF

The example tells that all images should link to http://www.echoecho.com/freeapplets.htm
The first image is PHOT003.GIF. When it changes it uses PHOT065.GIF as transitionguide.

3: Upload the play.txt to the server.
4: Embed the applet in your HTML-document.
The code is like this:

<applet code="Wiper" width="288" height="206" archive="Wiper.zip"></applet>

You should customize the width and height attributes to fit the images.
Note - the applet works best if all images have same height/width-proportions.

Enjoy!
