var MENU_POS_0=[
// Level 0 block configuration
{
	// Item's width in pixels
	'width'      : 110,
	// Item's height in pixels
	'height'     : 22,
	// if Block Orientation is vertical
	'vertical'   : false,
	// 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' : 0,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'm0table0',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : 'm0inner0',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['m0mouto0', 'm0movero0', 'm0mdowno0']
	}
},
// Level 1 block configuration
{
	'width'      : 180,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 21,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : -1,
	'height'     : 22,
	'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' : 400,
	'css' : {
		'table' : 'm0table1',
		'inner' : 'm0inner1',
		'outer' : ['m0mouto1', 'm0movero1', 'm0mdowno1']
	}
},
// Level 2 block configuration
{
	'width'      : 200,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 5,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 80,
	'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' : 400,
	'css' : {
		'table' : 'm0table2',
		'inner' : 'm0inner2',
		'outer' : ['m0mouto2', 'm0movero2', 'm0mdowno2']
	}
}
// Level 2 block configuration is inherited from level 1
]

var MENU_POS_1=[
// Level 0 block configuration
{
	// Item's width in pixels
	'width'      : 155,
	// Item's height in pixels
	'height'     : 20,
	// 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' : 0,
	// Style class names for the level
	'css' : {
		// Block outing table class
		'table' : 'm1table0',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : 'm1inner0',
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['m1mouto0', 'm1movero0', 'm1mdowno0']
	}
},
// Level 1 block configuration
{
	'width'      : 180,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 5,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 80,
	'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' : 400,
	'css' : {
		'table' : 'm1table1',
		'inner' : 'm1inner1',
		'outer' : ['m1mouto1', 'm1movero1', 'm1mdowno1']
	}
},
// Level 2 block configuration
{
	'width'      : 180,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 5,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 80,
	'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' : 400,
	'css' : {
		'table' : 'm1table2',
		'inner' : 'm1inner2',
		'outer' : ['m1mouto2', 'm1movero2', 'm1mdowno2']
	}
}
]


