| Applet parameters | |
| width, height | These are the standard applet tags describing the width and height of the applet in pixels. |
| image | The filename of the image to use. This is relative to the html-document. |
| bg | The color used for background when loading the image, in format rrggbb. |
| dim | This describes how fast the water pans out. A value of two pans out immediately while at eight it takes a long time for the water to settle. Defaults to 5. |
| mouse | This is the size in pixels of the mouse movements. Set to zero to disable mouseover effects. |
| noise | This is the size in pixels of the noise movements. Set to zero to disable noise effects. |
| timer | Setting this to above zero activates the timer function. With this you can specify in milliseconds how long the noise will run. |
| strength | Strength of noise and mouse. Default = 450 |
| url | The target url when using the applet as a button or NavBar. If using a NavBar then this value is any number of target url's, separated by a space character. |
| target | This option lets the user specify which frame to open a target url in. Default is current frame. |
| orientation | This is the orientation of the NavBar. V for vertical or H for horizontal. |
| cabbase | This parameter is here to make the applet load faster in Internet Explorer. Don't change the value of this. |