var MENU_POS=[
// Level 0 block configuration
{ 	

	// Item's width in pixels
	'width'      : 100,
	// Item's height in pixels
	'height'     : 22,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Block outing table parameters: 
	// [cellpadding, cellspacing, border]
	'table'      : [0, 2, 0],
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 0},
// Level 1 block configuration
{
	'width'      : 130,
	'height'     : 22,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 23,
	// 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'   : 2,
	'vertical'   : true,
	'table'      : [0, 1, 0],
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 0,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [6, 0.2, 5, 0.2],
	// Block Opasity in percent
	'opacity'    : 100,
	'customFilter' : 'progid:DXImageTransform.Microsoft.dropShadow(Color=#676767,offX=3,offY=3,positive=true)'
}
]

