--------------------- The FishTank Applet --------------------- * Usage: There is nothing special, the FishTank applet will load the bubble and fish images from a directory called images located at the same level as the html page that calls the applet. -------------------------------------------------- * Optional Parameters: bgcolor: the background color, a string value in the form of "#RRGGBB" where RR, GG, BB are the RGB values in hex. Default: "#000000" (black) maxbubbles: the maximum amount of bubbles visible simultaneously, an int value. Default: "15" hscroll: amount of horizontal scroll, an int value Default: "3" vscroll: amount of vertical scroll, an int value Default: "5" -------------------------------------------------- * Example: