Applet Parameters
<applet code="navwinbutton.class" width=230 height=70 MAYSCRIPT>
<param name=font value="Arial">
<param name=fontstyle value="0">
<param name=fontcolor value="000000">
<param name=size value="10">
<param name=target value="_blank">
<param name=popup value="left">
<param name=grayscale value="no">
<param name=textalign value="center">
<param name=bgimage value="logo.gif">
<param name=bgcolor value="888888">
<param name=btnbgcolor value="888888">
<param name=btnhorizontalspacing value="20">
<param name=btnverticalspacing value="10">
<param name=autosize value="no">
<param name=btnwidth value="50">
<param name=btnheight value="50">
<param name=btnlayout value="vertical">
<param name=btnlayoutbottom value="yes">
<param name=btnlayoutleft value="yes">
<param name=filename value="example2.txt">
</applet>
font : Font
fontstyle : Font style. Plain = 0; Bold : 1; Italic : 2; Bold + Italic : 3
fontcolor : Font color in hexadecimal
size : Size of the font
target : Default target frame or windows for all links. Please click here for more information.
popup : position of the popup menu with respect to the button. "left" or "bottom" (default)
textalign : alignment of the button text. "left", "right" or "center" (default)
grayscale : specifies whether grayscale images will be created from the original images. "yes" (default) or "no"
bgimage : Background image
bgcolor : Color of the background in hexadecimal. If the background image is specified, this parameter would have no effect
btnbgcolor : Background color of the button in hexadecimal
btnhorizontalspacing : Horizontal spacing between the buttons
btnverticalspacing : Vertical spacing between the buttons
autosize : Buttons are automatically set to the optimum size. "yes" or "no"
btnwidth : Width of the button. This parameter has no effect if autosize is set to "yes"
btnheight : Height of the button. This parameter has no effect if autosize is set to "yes"
btnlayout : Describes how the icon and the label are laid out."vertical" or "horizontal"
btnlayoutbottom : The label is below the icon. This parameter has no effect if the btnlayout is "horizontal"
btnlayoutleft : The label is on the left of the icon. This parameter has no effect if the btnlayout is "vertical"
filename : file which contains configuration information of the menus.