var MENU_POS0=[
// Level 0 block configuration
{ 	
	// Item's width in pixels
	'width'      : 100,
	// Item's height in pixels
	'height'     : 20,
	// 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' : 1,
	'css' : {
		'table' : 'm0tableA',
		'inner' : 'm0innerA',
		'outer' : ['m0moutoA', 'm0moveroA', 'm0mdownoA']
	}
},
// Level 1 block configuration
{
	'width'      : 160,
	'height'     : 20,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 20,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 0,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 500,
	'expd_delay' : 1,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [6, 0.1, 6, 0.1],
	//'transition' : [0, 0.5, 6, 0.3],
	//'shadow'     : {
	//	'offX' : 3,
	//	'offY' : 2,
	//	'color' : '#888888'
	//},
	'css' : {
		'table' : 'm0table',
		'inner' : 'm0inner',
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	}/*,
	'opacity'    : 90*/
}
// Level 2 block configuration is inherited from level 1
]
