var MENU_POS0=[
// Level 0 block configuration
{'width'      : 154,
	// Item's width in pixels
//	'width'      : 124,
	// Item's height in pixels
	'left': 10,
	'height'     : 22,
	// if Block Orientation is vertical
	'vertical'   : true,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 1, 0],
	// Time Delay in milliseconds before subling block expands
	// after mouse pointer overs an item
	'expd_delay' : 100,
	// Style class names for the level
//	'opacity'    : 85,
	'css' : {
		'table' : 'mtable0',
		'outer' : ['mouto1','movero1','mdowno1'],
		'inner' : ['menu']
	}
},
// Level 1 block configuration
{
	'width'      : 215,
	// Item's height in pixels
	'height'     : 18,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 2,
	'table'      : [0, 1, 0],
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 150,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 2,
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer lefts all items
	'hide_delay' : 500,

	'css' : {
		'table' : 'mtable2',
		'outer' : ['mouto2','movero2','mdowno2'],
		'inner' : ['menu2']
	}
}
,
{
	'block_left' : 217,
	'block_top' : -1
}]


