General formatting.
backgroundColor: "RGB(250,250,210)", // background color must be
specified in RGB format... sorry about that...
menuAlignment: "vertical", // should not be changed"
menuSize: "100%", // should not be changed
menuItemWidth: "fit", // should not be changed
borderSize: "2px", // border size around main menu
fontSize: "14px", // should not be changed.. set by program
fontFamily: "arial, helvectia", // any font family or group of font
families generally available on the web may be specified
textAlign: "center", // alignment may be "left", "center" or
"right"
Formatting of menu headings.
headingAttributes: // heading attributes... defaults to 1px border if
not specified
{backgroundColor: "#FAFAD2",// any valid html,css color definition
is permissible.
fontWeight: "bold", // any valid css fontWeight definition
fontColor: "black" // any valid html,css color definition
},
Formatting of default menu buttons.
defaultAttributes: // default menu attributes.
{backgroundColor: "#FAFAD2",// any valid html,css color definition
for a border is permissible.
fontWeight: "normal", // any valid css fontWeight definition
fontColor: "black" // any valid html,css color definition is
permissible.
},
Formatting of active menu buttons.
activeAttributes: // active menu attributes.
{backgroundColor: "#E8E8BA", // any valid html,css color definition
is permissible.
fontWeight: "bold", // any valid css fontWeight definition
fontColor: "black" // any valid html,css color definition is
permissible.
},
Formatting of hover menu buttons.
hoverAttributes: // hover menu attributes.
{backgroundColor: "#F2F2D0", // any valid html,css color definition
is permissible.
fontWeight: "bold", // any valid css fontWeight definition
fontColor: "#1A1A00" // any valid html,css color definition is
permissible.
},
Formatting of flyover hints.
hintAttributes: // sub cell attributes.
{backgroundColor: "yellow", // any valid html,css color definition
is permissible.
fontWeight: "normal", // any valid css fontWeight definition
fontColor: "red" // any valid html,css color definition is
permissible.
},
Sub Menus formatting.
These entries are used internally by the menu subsystem and should
not be modified
subMenus:[ // left square bracket begins definition of sub menu
unique elements
{menuSuffix: "", // the suffix used to define a sub menu
textAlign: "center", // alignment may be "left", "center" or
"right"
menusPerRow: "1" // any number of menus may be placed on row but
usually only one
},
{menuSuffix: "_N", // sub menu used for keypad
textAlign: "center", // alignment may be "left", "center" or
"right"
menusPerRow: "3" // any number of menus may be placed on row but
usually only one
},
{menuSuffix: "_N1", // sub menu used for keypad
textAlign: "center", // alignment may be "left", "center" or
"right"
menusPerRow: "1" // any number of menus may be placed on row but
usually only one
},
{menuSuffix: "_C1",
textAlign: "center", // alignment may be "left", "center" or
"right"
menusPerRow: "4" // any number of menus may be placed on row but
usually only one
},
{menuSuffix: "_C2",
textAlign: "center", // alignment may be "left", "center" or
"right"
menusPerRow: "2" // any number of menus may be placed on row but
usually only one
},
{menuSuffix: "_S",
textAlign: "left", // alignment may be "left", "center" or
"right"
menusPerRow: "1" // any number of menus may be placed on row but
usually only one
}
] // right square bracket ends definition of sub menu unique
elements