	var MENU_POS0=[
//  ************** TOP MENU ************
// Level 0 block configuration
{ 	
	// Item's height in pixels
	'height'     : 30,
	// Item's width in pixels
	'width'      : 129,
	// if Block Orientation is vertical
	'vertical'   : false,
	// 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' : 0,
	'css' : {
		'table' : 'mtable',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : 'minner'
	}
},
// Level 1 block configuration
{
	'height'     : 18,
	'width'      : 200,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 20,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 30,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 2,
	'vertical'   : true,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 300,
	// style classes
	'css' : {
		'table' : 'mtable',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : 'minner'
	},
	// shadow parameters
	'shadow' : {
		// horizontal offset relative to submenu block
		'offX' : 2,
		// vertical offset relative to submenu block
		'offY' : 2,
		'color' : '#888888'
	}
},
// Level 2 block configuration
{
	'width'      : 300,
	'block_top'  : 5,
	'block_left' : 35,
	'css' : { 
		// for a whole submenu block
		'table' : 'mtable', 
		// for outer DIV tag, each of three item states
		'outer' : ['mouto2', 'movero2', 'mdowno2'],
		// for inner DIV tag
		'inner' : 'minner2'
	},
	// shadow parameters
	'shadow' : {
		// horizontal offset relative to submenu block
		'offX' : 2,
		// vertical offset relative to submenu block
		'offY' : 2,
		'color' : '#888888'
	}
},
// Level 3 block configuration
{
	'width'      : 300,
	'block_top'  : 5,
	'block_left' : 35,
	'css' : {
		'table' : 'mtable',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : 'minner'
	},
	// shadow parameters
	'shadow' : {
		// horizontal offset relative to submenu block
		'offX' : 2,
		// vertical offset relative to submenu block
		'offY' : 2,
		'color' : '#888888'
	}
}
];

	var MENU_POS1=[
//************** SIDE MENU ************	
// Level 0 block configuration
{ 	
	// Item's height in pixels
	'height'     : 18,
	// Item's width in pixels
	'width'      : 176,
	// 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' : 0,
	'css' : {
		'table' : 'mtable',
		'outer' : ['mouto4', 'movero4', 'mdowno4'],
		'inner' : 'minner4'
	}
},
// Level 1 block configuration
{
	'width'      : 300,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 5,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 75,
	// block behaviour if single frame:	
	// 1 - shift to the edge, 2 - flip relatively to left upper corner
	'wise_pos'   : 2,
	'vertical'   : true,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 300,
	// style classes
	'css' : { 
		// for a whole submenu block
		'table' : 'mtable', 
		// for outer DIV tag, each of three item states
		'outer' : ['mouto3', 'movero3', 'mdowno3'],
		// for inner DIV tag
		'inner' : 'minner3'
	},
	// shadow parameters
	'shadow' : {
		// horizontal offset relative to submenu block
		'offX' : 2,
		// vertical offset relative to submenu block
		'offY' : 2,
		'color' : '#888888'		
	}
},
// Level 2 block configuration
{
	'block_top'  : 9,
	'block_left' : 75,
	'css' : { 
		// for a whole submenu block
		'table' : 'mtable', 
		// for outer DIV tag, each of three item states
		'outer' : ['mouto4', 'movero4', 'mdowno4'],
		// for inner DIV tag
		'inner' : 'minner4'
	},
	// shadow parameters
	'shadow' : {
		// horizontal offset relative to submenu block
		'offX' : 2,
		// vertical offset relative to submenu block
		'offY' : 2,
		'color' : '#888888'
	}
}
]

