var MENU_POS0 = [
// Level 0 block configuration
	{
		'width': 146,
		'height': 28,
		'hide_delay': 200,
		'expd_delay': 300,
		'vertical': true,
		'table': [0,1,0]},
	{
	// Item's height in pixels
	'height'     : 28,
	// Item's width in pixels
	'width'      : 146,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 0,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 150,
	// 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' : 28
	}
// Subling level configurations are inherited from level 1
]


