	var MENU_POS0=[
// Level 0 block configuration
{
	// Item's height in pixels
	'height'     : 25,
	// Item's width in pixels
	'width'      : 80,
	// Vertical Offset between adjacent levels in pixels
//	'block_top'  : 20,
	// Horizontal Offset between adjacent levels in pixels
//	'block_left' : 20,
	// if Block Orientation is vertical
	'vertical'   : false,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 0,
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before o_block block expands
	// after mouse pointer overs an item
	'expd_delay' : 200,
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer leaves all items
	'hide_delay' : 800,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'mtable0',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['mout0o', 'mover0o', 'mdown0o'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : 'minner0'
	}
//	,'opacity' : 92
},
// Level 1 block configuration
{
	// Item's height in pixels
	'height'     : 18,
	// Item's width in pixels
//	'width'      : 150,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 24,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 4,
	// block behaviour if single frame:
	'vertical'   : true,
	'transition' : [ 'revealTrans(TRANSITION=5,DURATION=0.3)'],
	'css' : {
		// Block outing table class
		'table' : 'mtable1',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['mout1o', 'mover1o', 'mdown1o'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : 'minner1'
	}
},
// Level 2 block configuration
{
	'width'      : 130,
/*	'height'      : 22,*/
	'vertical'   : true,
	'block_top'  : 4,
	'block_left' : 0,
/*	'css' : {
		// Block outing table class
		'table' : 'mtable2',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['mout2o', 'mover2o', 'mdown2o'],
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : 'minner2'
	},*/
	'shadow' : {
		// horisontal offset of the shadow in pixels
		'offX' : 4,
	// vertical offset of the shadow in pixels
		'offY' : 3,
		// color of the shadow
		'color' : '#777777'
	}
}
	//o_block level configurations are inherited from level 2
]