var MENU_POS0=[
// Level 0 block configuration
{
	// Item's width in pixels
	'width'      : 225,
	// Item's height in pixels
	'height'     : 37,
	// if Block Orientation is vertical
	'vertical'   : true,
	// Block outing table parameters:
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 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' : ['minner']
	}
},
// Level 1 block configuration
{
	'width'      : 270,
	// Item's height in pixels
	'height'     : 25,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 0,
	'table'      : [0, 10, 0],
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 200,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer lefts all items
	'hide_delay' : 300,
	'css' : {
		'table' : 'mtable2',
		'outer' : ['mouto2','movero2','mdowno2'],
		'inner' : ['minner']
	}
},// Level 2 block configuration
{
	'width'      : 260,
	// Item's height in pixels
	'height'     : 25,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 10,
	'table'      : [0, 1, 0],
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 100,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	// Time Delay in milliseconds before menu collapses after mouse
	// pointer lefts all items
	'hide_delay' : 300,
	'css' : {
		'table' : 'mtable2',
		'outer' : ['mouto3','movero3','mdowno3'],
		'inner' : ['minner']
	}
}]
