| | Parameter | Details |
| Image | The filename of the image file to display for the menu background. Any valid GIF, JPG or BMP image file can be used. |
| ImageStyle | The graphical style to apply to the background image. 0 - none, 1 - bevel, 2 - horizontal gradient, 3 - vertical gradient, 4 - blinds. |
| ImageStyleStrength | The brightness to apply to the ImageStyle parameter. Can range anywhere from -100 (dark) to 100 (light). |
| Orientation | The direction in which to lay out the buttons. 0 - vertical, 1 - horizontal. |
| Spacing | The distance between each button. |
| TopMargin | The pixel distance that will be left free at the top of the image. |
| BottomMargin | The pixel distance that will be left free at the bottom of the image. |
| LeftMargin | The pixel distance that will be left free at the left of the image. |
| RightMargin | The pixel distance that will be left free at the right of the image. |
| ButtonStyle | The graphical style to apply to each navigation button. 0 - none, 1 - raised bevel, 2 - inset bevel, 3 - frame, 4 - horizontal bars, 5 - vertical bars. |
| ButtonStyleStrength | The brightness to apply to the ButtonStyle parameter. Can range anywhere from -100 (dark) to 100 (light). |
| ButtonColor | The default color (in RRGGBB format) to apply to each button face. |
| ButtonHighlightColor | The color (in RRGGBB format) to apply to the button face when the mouse cursor is moved over it. |
| ButtonSelectColor | The color (in RRGGBB format) to apply to the button face when the button is set as selected. |
| ButtonTransparency | The level of transparency to apply to the button face. 0 - none, 1 - partially transparent, 2 - semi-transparent, 3 - highly-transparent. |
| FontName | The name of the font to use to display the button text. |
| FontSize | The size of the font to use to display the button text. |
| FontStyle | The style of the font to use to display the button text. 0 - normal, 1 - bold, 2 - italic, 3 - bold and italic. |
| TextMargin | The horizontal pixel offset to use to align the button text. -1 - align in the middle of the button, 0-200 - pixel offset value. |
| TextNormalColor | The default color (in RRGGBB format) to apply to the button text. |
| TextHighlightColor | The color (in RRGGBB format) to apply to the button text when the mouse cursor is moved over it. |
| TextSelectColor | The color (in RRGGBB format) to apply to the button text when the is set as selected. |
| Menu_Desc_? | The text to display on the button ('?' is the button sequence number). |
| Menu_Addr_? | The navigation URL to link to when the button is clicked ('?' is the button sequence number). |
| Menu_Frame_? | The frame/window to open when the button is clicked ('?' is the button sequence number). "_self" - replace existing page, "_blank" - open a new page |