var MENU_POS0=[
{ // Level 0 block configuration
	// Item's height in pixels
	'height'     : 16,
	// Item's width in pixels
	'width'      : 50,  //: 124, 102,         70
	// if Block Orientation is vertical
	'vertical'   : false,
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 100,
	'css' : {
		'table' : 'm0table0',
		'inner' : ['m0mouti', 'm0moveri', 'm0mdowni'],
		'outer' : 'm0outer'
	}
},
{ // Level 1 block configuration
	'width'      : 117,  //: 154,   117
	'height'     : 16,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 18,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	'vertical'   : true,
	'expd_delay' : 100,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 300,
	// Block Opasity in percent
	'opacity'    : 100,
	'css' : {
		'table' : 'm0table1',
		'inner' : ['m0mouti', 'm0moveri', 'm0mdowni']
	}
},
{ // Level 2 block configuration
	'width'      : 90,     //:  90
	'height'     : 16,
	'block_top'  : 0,
	'block_left' : 91,   // **** -161      91
	'wise_pos'   : 1,
	'vertical'   : true,
	'hide_delay' : 300,
	'opacity'    : 100,
	'css' : {
		'table' : 'm0table2',
		'inner' : ['m0mouti', 'm0moveri', 'm0mdowni']
	}
}
]

