var MENU_POS0 = [
// Level 0 block configuration
	{
	// Item's height in pixels
	'height'     : 25,
	// Item's width in pixels
	'width'      : 158,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Vertical Offset between adjacent levels in pixels
	//'block_top'  : 38,
	// Horizontal Offset between adjacent levels in pixels
	//'block_left' : 38,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 2,
	// if Block Orientation is vertical
	'vertical'   : true,
	// transition effects for the block
	// [<index on expand>, <duration on expand>, <index on collapse>, <duration on collapse>]
	'transition' : [12, 0.3],
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 300
	},
// Level 1 block configuration
	{
	'height' : 19,
    'block_top'  : 9,
	'block_left' : 100
	}
// Subling level configurations are inherited from level 1
]

