var MENU_POS0=[
// Level 0 block configuration
{
	'block_top'  : 88,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 18,
	// Item's height in pixels
	'height'     : 24,
	// Item's width in pixels
	'width'      : 120,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 100
},
// Level 1 block configuration
{
	'width'      : 200,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 23,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 3,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 0,
	'vertical'   : true,
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer lefts all items
	'hide_delay' : 300
},
// Level 2 block configuration
{
	'width'      : 136,
	'block_top'  : 0,
	// if negative, forces the block to expand leftward
	'left'       : -1,
	'css' : {
		'table' : 'm0table2',
		'outer' : '',
		'inner' : ['m0mouti', 'm0moveri']
	}
},
// Level 3 block configuration
{
	'width' : 150
}
//Subling level configurations are inherited from level 3
]



