var MENU_POS0=[
// Level 0 block configuration
{ 
	'height'     : 20,
	'width'      : 150,
	'vertical'   : true,
	'expd_delay' : 300,
	'css' : {
		'table' : 'm0table0',
		'inner' : ['m0mouti', 'm0moveri', 'm0mdowni'],
		'outer' : 'm0outer'
	}
},

// Level 1 block configuration
{
	'width'      : 150,            // Item's width in pixels
	'height'     : 25,             // Item's height in pixels
	'block_top'  : 0,             // Vertical Offset between adjacent levels in pixels
	'block_left' : 152,              // Horizontal Offset between adjacent levels in pixels
	'wise_pos'   : 2,              // block behaviour if single frame:	1 - shift to the edge, 2 - flip relatively to left upper corner
	'vertical'   : true,           // if Block Orientation is vertical
	'table'      : [0, 0, 0],      // Block outing table parameters: [cellpadding, cellspacing, border]
	'expd_delay' : 500,	           // Time Delay in milliseconds before subling block expands after mouse pointer overs an item
	'hide_delay' : 1000,            // Time Delay in milliseconds before menu collapses after mouse pointer lefts all items
	'transition' : [5, .4, 4, .2], // transition effects the for the block [index on expand, duration on expand, index on collapse, duration on collapse]
  // (1=Center Out Square, 2= Edge In, 3=Center Out Circle, 4=Bottom Up, 5=Top Down, 6=From Left, 7=From Right, 8=Shades From Left, 9=Shades from Top
  // 10=Checker From Left, 11=Checker from Top, 12=Dissolve, 13=Vertical to Center, 14=Vertical to Edges, 15=Horizontal to Center, 16=Horizontal to edges
  // 17=Top Right to Bottom Left, 18=Bottom Right to Top Left, 19=Top Left to Bottom Right, 20=Bottom Left to Top Right, 21=Horizontal Lines, 22=Vertical Lines
  // 23=Random)
	'opacity'    : 100,             // Block Opacity in percent
	'css' : {
		'table' : 'm0table1',
		'inner' : ['m0mouti', 'm0moveri', 'm0mdowni']
	}
},


{ // Level 2 block configuration

	'width'      : 150,            // Item's width in pixels
	'height'     : 25,             // Item's height in pixels
	'block_top'  : 0,             // Vertical Offset between adjacent levels in pixels
	'block_left' : 150,              // Horizontal Offset between adjacent levels in pixels
	'wise_pos'   : 2,              // block behaviour if single frame:	1 - shift to the edge, 2 - flip relatively to left upper corner
	'vertical'   : true,           // if Block Orientation is vertical
	'table'      : [0, 0, 0],      // Block outing table parameters: [cellpadding, cellspacing, border]
	'expd_delay' : 500,	           // Time Delay in milliseconds before subling block expands after mouse pointer overs an item
	'hide_delay' : 1000,            // Time Delay in milliseconds before menu collapses after mouse pointer lefts all items
	'transition' : [5, .4, 4, .2], // transition effects the for the block [index on expand, duration on expand, index on collapse, duration on collapse]
  // (1=Center Out Square, 2= Edge In, 3=Center Out Circle, 4=Bottom Up, 5=Top Down, 6=From Left, 7=From Right, 8=Shades From Left, 9=Shades from Top
  // 10=Checker From Left, 11=Checker from Top, 12=Dissolve, 13=Vertical to Center, 14=Vertical to Edges, 15=Horizontal to Center, 16=Horizontal to edges
  // 17=Top Right to Bottom Left, 18=Bottom Right to Top Left, 19=Top Left to Bottom Right, 20=Bottom Left to Top Right, 21=Horizontal Lines, 22=Vertical Lines
  // 23=Random)
	'opacity'    : 100,             // Block Opacity in percent
	'css' : {
		'table' : 'm0table2',
		'inner' : ['m0mouti', 'm0moveri', 'm0mdowni']
	}
}

]


