var MENU_POS0 = [
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 19,
	// Item's width in pixels
	'width'      : 133
},
// Level 1 block configuration
{
	'width'      : 129,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 19,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 11,
	// 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' : [5, 0.3]
},
// Level 2 block configuration
{
	'height'     : 15,
	'width'      : 133,
	'block_top'  : 4,
	'block_left' : 128,
	'vertical'   : false
}
// Subling level configurations are inherited from level 2
]

