Default
        Message Description 
        param name = "desc" 
        Value = X. Where X is the default message that is
        initially loaded before the mouse moves over any image.
        If your text is longer than the width of the applet it
        will automatically be formatted to multiple lines. You
        may use a horizontal bar ('|') character to force a
        paragraph break. For example "this is the first
        paragraph|this second paragraph and automatically has a
        space between itself and the first paragraph by using the
        horizontal bar character" You may force as may
        paragraph breaks as you wish so long as the length of the
        message does not exceed the available message length
        area. 
        Specific
        Messages associated with an Image 
        param name = "desc0" - "descN" 
        Value = X, Where x is the message that corresponds to the
        index used to identify a image defined with the
        "imagefile" parameter. This is the specific
        message that will appear when the mouse moves over its
        related image. 
        Message
        Bold 
        param name = "bold" 
        Value = true or false, true = yes bold text, false =
        normal text. 
        DEFAULT: false 
        Message
        Italic 
        param name = "italic" 
        Value = true or false, true = yes bold text, false =
        normal text. 
        DEFAULT: false 
        Default
        Font Size 
        param name = "size" 
        Value = X. Where X is the default size of the font for
        all messages. 
        DEFAULT: 24 
        Specific
        Font Size 
        param name = "size0" - "sizeN" 
        Value = X, Where X is the size of the font for a specific
        message. 
        Font
        Name 
        param name = "font" 
        Value = X. Where X is the name of the font to be used for
        all messages. (valid Java font names:
        "Courier", "Helvetica",
        "TimesRoman", "Dialog",
        "DialogInput") 
        DEFAULT: Helvetica 
        Default
        Text Color 
        param name = "textcolor" 
        Value = R,G,B. Where R,G,B define the red, green, and
        blue components of the color as described above. 
        DEFAULT: Black 
        Specific
        Text Color 
        param name = "textcolor0" -
        "textcolorN" 
        Value = R,G,B. Where R,G,B define the red, green, and
        blue components of the color for a specific message as
        described above. 
        Default
        Back Ground Color 
        param name = "bgcolor" 
        Value = R,G,B. Where R,G,B define the red, green, and
        blue components of the back ground color of the message
        area. 
        DEFAULT: White 
        Specific
        Back Ground Color 
        param name = "bgcolor0" - "bgcolorN" 
        Value = R,G,B. Where R,G,B define the red, green, and
        blue components of the back ground color for a specific
        message area. 
        Default
        Center or Left Justify Text 
        param name = "centertext" 
        Value = true or false. Where true = yes center text,
        false = no left justify text. 
        DEFAULT: false 
        Specific
        Center or Left Justify Text 
        param name = "centertext0" -
        "centertextN" 
        Value = true or false. Where true = yes center text,
        false = no left justify text. 
        Left
        and Right margin 
        param name = "lrmargin" 
        Value = X. Where X is the left and right margin not
        including the border area, if any. 
        Default
        Vertical Alignment 
        param name = "valign" 
        Value = 1 or 2 or 3. Where 1=align top: 2=align center:
        3=align bottom 
        DEFAULT: 2 
        Specific
        Vertical Alignment 
        param name = "valign0" - "valignN" 
        Value = 1 or 2 or 3. Where 1=align top: 2=align center:
        3=align bottom. 
        Default
        Border Thickness 
        param name = "borderthickness" 
        Value = X, Where X is the thickness of the border for all
        messages. 
        DEFAULT: 0 
        Specific
        Border Thickness 
        param name = "borderthickness0" -
        "borderthicknessN" 
        Value = X, Where X is the thickness of the border for a
        specific messages. 
        Default
        Border Color 
        param name = "bordercolor" 
        Value = R,G,B. Where R,G,B define the red, green, and
        blue components of the border color. 
        DEFAULT: Black 
        Specific
        Border Color 
        param name = "bordercolor0" -
        "bordercolorN" 
        Value = R,G,B. Where R,G,B define the red, green, and
        blue components of the specific border color. 
        Horizontal
        X Coordinate of Message 
        param name = "showx" 
        Value = X. Where X is the horizontal location, x
        coordinate of the messages left border using the
        coordinate system described above. This parameter difines
        the final horizontal resting location of the message. 
        Vertical
        Y Coordinate of Message 
        param name = "showy" 
        Value = X. Where X is the vertical location, y coordinate
        of the messages top border using the coordinate system
        described above. This parameter difines the final
        vertical resting location of the message. 
        Message
        Width 
        param name = "showwidth" 
        Value = X. Where X is the width of the message area. 
        Message
        Height 
        param name = "showheight" 
        Value = X. Where X is the height of the message area. 
         |