var MENU_POS0=[
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 22,
	// Item's width in pixels
	'width'      : 100,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 1, 0],
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 300
},
// Level 1 block configuration
{
	'width'      : 120,
	// Item's height in pixels
	'height'     : 21,	
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 20,
	// Horizontal Offset between adjacent levels in pixels
	'top' : 0,	
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 2,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	'vertical'   : true,
	// [cellpadding, cellspacing, border]
	'table'      : [0, 1, 0],	
	// pointer lefts all items
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [6, 0.3],
	// Time Delay in milliseconds before menu collapses after mouse
	'hide_delay' : 500,
	'css' : {
		'table' : 'm1table',
		'inner' : 'm1inner',
		'outer' : ['m1mouto', 'm1movero', 'm1mdowno']
	}	
},
// Level 2 block configuration
{
	'block_top'  : 1,
	'block_left' : 98,
	'width'      : 130,
	// Item's height in pixels
	'height'     : 21	
}
//Subling level configurations are inherited from level 2
]


