The menu system allows you to customize several parameters by including
yet one more script section prior to the inclusion of
the
"jsMENUlib.js"
<script language="javascript1.2">
optionname=optionvalue;
</script>
The user configurable options for the menu system are outlined below,
along with their default values.
- menuSUBsymbol ="»"
- html to indicate sub menu symbol. This can be any HTML
one likes , including a reference to an image.
- menuLIBpath ="./"
- Indicates the relative path from the jsMENUlib.js to
the directory containing the jsDHTMLlib.js and jsXMLlib.js library scripts.
- menuXMLpath ="./jsMENUlib.xml"
- Indicates the relative path from the jsMENUlib.js to
the XML file containing the menu definitions.
- menuPOPup =500
- Indicates how long (in millisecounds) the mouse cursor needs to
hover over a menupad before the sub-menu (if any) is extended.
- menuPOPdown=850
- Indicates how long (in millisecounds) the mouse cursor needs to
be off a menu before it automaticly closes.
- menuPOPauto=true
- Indicates that when the mouse hovers over a pad with
a sub-menu that it should auto extend the sub menu as opposed to waiting
for a menu click.