var MENU_POS0=[
// Level 0 block configuration
{ 	
	// Item's height in pixels
	'height'     : 32,
	// Item's width in pixels
	'width'      : 110,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Block outing table parameters: 
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 200,
	'css' : {
		'table' : 'MENU_TABLE',
		'inner' : 'MENU_INNER',
		'outer' : ['MENU_OUTER_OUT_0', 'MENU_OUTER_OVER_0', 'MENU_OUTER_DOWN_0']
	}
},
// Level 1 block configuration
{
	'width'      : 154,
	'height'     : 20,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 24,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 5,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 2,
	'vertical'   : true,
	'table'      : [0, 1, 0],
	'expd_delay' : 300,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 300,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [21, .4, 12, 0.75],
	// Block Opasity in percent
	'opacity'    : 90,
	'css' : {
		'table' : 'MENU_TABLE',
		'inner' : 'MENU_INNER',
		'outer' : ['MENU_OUTER_OUT_1', 'MENU_OUTER_OVER_1', 'MENU_OUTER_DOWN_1']
	}
},
// Level 2 block configuration
{
	'width'      : 154,
	'height'     : 20,
	'block_top'  : -1,
	'block_left' : 154,
	'wise_pos'   : 1,
	'vertical'   : true,
	'table'      : [0, 1, 0],
	'hide_delay' : 300,
	'transition': ['revealTrans(TRANSITION=9,DURATION=0.5)'],
	'opacity'    : 90,
	'css' : {
		'table' : 'MENU_TABLE',
		'inner' : 'MENU_INNER',
		'outer' : ['MENU_OUTER_OUT_1', 'MENU_OUTER_OVER_1', 'MENU_OUTER_DOWN_1']
	}
}
]

