/* Menu template for My Web Site */
/* Revisions: June 27: Initial re-creation
*/

var MENU_POS =
[
  {                               // Level 0 block configuration
    'height'     : 25,            // height of all items in this level
    'vertical'   : false,         // if Block Orientation is vertical
    'table'      : [0, 0, 1],     // Block outing table parameters: [cellpadding cellspacing border]
                                  // NOTE: Changed from 0 1 0
    'expd_delay' : 0,             // Time Delay in milliseconds before subling block expands after mouse pointer
                                  //   overs an item
                                  // NOTE: Changed from -300 to 0
    'css' :                       // Style class names for the level
    {
      'table '   : 'm1table',     // Block outing table class
      'inner'    : 'm1inner',     // Item inner tag style class for all item states or classes for
                                  //   [<default state> <hovered state>  <clicked state>]
      'outer'    : ['m1mouto', 'm1movero', 'm1mdowno']     // Item outer tag style class for all item states or classes for
                                  //   [<default state> <hovered state>  <clicked state>]
    }
  },

  {                               // Level 1 block configuration
    'vertical'   : true,          // if Block Orientation is horizontal
    'wise_pos'   : 1,             // block behaviour if single frame:
                                  //   1 - shift to the edge
                                  //   2 - flip relatively to left upper corner
    'hide_delay' : 300            // Time Delay in milliseconds before menu collapses after mouse pointer lefts all items
  },

  {                               // Level 2 block configuration
    'vertical'   : true           // if Block Orientation is vertical
  }
]
