var MENU_POS0 =[
// Level 0 block configuration
{ 
'vertical'   : true,
'height' : 24,  
'width' : 210,  
'table' : [0, 8, 0],  
'block_top' : 210,  
'block_left' : -8,  

'wise_pos' : 1,  
'hide_delay' : 200,  
'expd_delay' : 300,  
'transition' : [null],  
'opacity' : 70,
'css' : {    'table' : '',  

    'outer' : ['dtable0', 'htable0', 'dtable0'],
        'inner' : ''  }

},
// Level 1 block configuration
{
	'width'      : 200,
	'height'     : 20,
	'table' : [0, 0, 0],
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 4,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 210,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	'vertical'   : true,
	// transition effects for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer leafs all items
	'hide_delay' : 300,
	'opacity' : 100,
	'css' : {
		'table' : 'm0table',
		'outer' : ['dtable1','htable1','dtable1'],
		'inner' : ''
		
	}
},
// Level 2 block configuration
{
	'block_top'  : 0,
	'block_left' : 219
}
	//Subling level configurations are inherited from level 2
]

