var MENU_POS0=[
// Level 0 block configuration
{ 	
	// Item's height in pixels
	'height'     : 20,
	// Item's width in pixels
	'width'      : 119,
	// if Block Orientation is vertical
	'vertical'   : true,
	// Block outing table parameters: 
	// [cellpadding, cellspacing, border]
	'table'      : [0, 3, 0],
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 0
},
// Level 1 block configuration
{
	'width'      : 110,
	'height'     : 20,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 4,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 114,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 2,
	'table'      : [0, 2, 0],
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 500,
	'expd_delay' : 0,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [6,0.2,1,0.5],
	// Block Opasity in percent
	'opacity'    : 90
}
,
// Level 2 block configuration
{
	'width'      : 110,
	'height'     : 20,
	'block_top'  : 4,
	'block_left' : 105,
	'vertical'   : true,
	'wise_pos'   : 2,
	'table'      : [0, 2, 0],
	'hide_delay' : 500,
	'transition' : [6, 0.2,1,0.5],
	'opacity'    : 90
}]
