• Please Ensure that the menu references are placed inside the BODY tags.
  • If you place the menu inside the HEAD it may cause problems with Opera and Netscape Navigator 4.x

  • To open a page in another frame add " target=yourframe" to the link text for example
         "Your Text", "yourlink.htm target=yourframe",,,

  • To add more menus simply copy and paste other menu elements and edit them to suit.
  • To position your menu anywhere on screen set the Top & Left values and remove any reference for "Screen Position"
  • Offsets can be applied to both Top & Left positions for example:

    addmenu(menu=[
    "mainmenu",	// Menu Name
    20,		// Menu Top
    "offset=-200",	// Menu Left
    ,		// Menu Width
    1,		// Menu Border Width 
    "center",	// Screen Position
    style1,		// Properties Array
    1,		// Always Visible
    "left",		// Alignment
    .......................
    
    The above will position the menu in the center of the screen minus 200 pixels.