var MENU_POS_XP=[
// Level 0 block configuration
{ 	
	// Item's height in pixels
	'height'     : 18,
	// Item's width in pixels
	'width'      : 135,
	// if Block Orientation is vertical
	'vertical'   : true,
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 150
},
// Level 1 block configuration
{
	'width'      : 180,
	'height'     : 18,
	'table' : [0, 1, 0],
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 0,
	// Horizontal Offset between adjacent levels in pixels
	'block_left' : 137,
	'vertical'   : true,
	'expd_delay' : 140,
	// transition effects the for the block 
	// [index on expand, duration on expand, index on collapse, duration on collapse]
	'transition' : [1, 0, 1, 0],
	// Block Opasity in percent
	'opacity'    : 95,
	// Time Delay in milliseconds before menu collapses after mouse 
	// pointer lefts all items
	'hide_delay' : 250
},
// Level 2 block configuration
{
	'width'      : 180,
	'height'     : 18,
	'block_top'  : 0,
	'block_left' : 181,
	'vertical'   : true,
	'hide_delay' : 250,
	'transition' : [9, 0, 9, 0],
	'opacity'    : 95
}
],

MENU_FRAMES = [
	['header'],
	['links', 'menu'],
	['content']
]


