﻿	var MENU_POS0=[
//************** SIDE MENU ************	
// Level 0 block configuration
{ 	
	// Item's height in pixels
	'height'     : 20,
	// Item's width in pixels
	'width'      : 147,
	// 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
	'hide_delay' : 1200,
	'expd_delay' : 0,
	'css' : {
		'table' : 'mtable',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : 'minner'
	}
},
// 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' : 800,
	// style classes
	'css' : {
		'table' : 'mtable',
		'outer' : ['mouto', 'movero', 'mdowno'],
		'inner' : 'minner'
	}
}
]


