var MENU_POS0=[
// Level 0 block configuration
{ 	
	// Item's width in pixels
	'width'      : 150,
	// Item's height in pixels
	'height'     : 32,
	// 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' : 400,
	'hide_delay' : 400,
	'css' : {
		'table' : 'm0table',
		'inner' : 'm0inner',
		'outer' : ['m0mouto', 'm0movero', 'm0mdowno']
	},

	'wise_pos' : 0
},
// Level 1 block configuration
{
	'width'      : 200,
	'height'     : 29,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 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'   : 1,
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 400,
	'expd_delay' : 050,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [0, 0, 0, 0],
	'shadow'     : {
		'offX' : 3,
		'offY' : 2,
		'color' : '#888888'
	},
	'css' : {
		'table' : 'm1table',
		'inner' : 'm1inner',
		'outer' : ['m1mouto', 'm1movero', 'm1mdowno']
	}/*,
	'opacity'    : 90*/
},
// Level 2 block configuration
{
	'width'      : 200,
	'height'     : 27,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 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,
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 100,
	'expd_delay' : 050,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [0, 0, 0, 0],
	'shadow'     : {
		'offX' : 3,
		'offY' : 2,
		'color' : '#888888'
	},
	'css' : {
		'table' : 'm1table',
		'inner' : 'm1inner',
		'outer' : ['m1mouto', 'm1movero', 'm1mdowno']
	}/*,
	'opacity'    : 90*/
},

]


var MENU_POS1=[
// Level 0 block configuration
{ 	
	// Item's width in pixels
	'width'      : 150,
	// Item's height in pixels
	'height'     : 25,
	// 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' : 400,
	'hide_delay' : 400,
	'css' : {
		'table' : 'mo_m0table',
		'inner' : 'mo_m0inner',
		'outer' : ['mo_m0mouto', 'mo_m0movero', 'mo_m0mdowno']
	},

	'wise_pos' : 0
},
// Level 1 block configuration
{
	'width'      : 200,
	'height'     : 22,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 0,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : -199,
	'vertical'   : true,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 1,
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 400,
	'expd_delay' : 050,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [0, 0, 0, 0],
	'css' : {
		'table' : 'mo_m1table',
		'inner' : 'mo_m1inner',
		'outer' : ['mo_m1mouto', 'mo_m1movero', 'mo_m1mdowno']
	}/*,
	'opacity'    : 90*/
},
// Level 2 block configuration
{
	'width'      : 200,
	'height'     : 20,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 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,
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 100,
	'expd_delay' : 050,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [0, 0, 0, 0],
	'shadow'     : {
		'offX' : 3,
		'offY' : 2,
		'color' : '#888888'
	},
	'css' : {
		'table' : 'mo_m1table',
		'inner' : 'mo_m1inner',
		'outer' : ['mo_m1mouto', 'mo_m1movero', 'mo_m1mdowno']
	}/*,
	'opacity'    : 90*/
},

]

var MENU_FRAMES=[['m4_main']]
