var MENU_POS0=[// Level 0 block configuration{	// Item's height in pixels	'height'     : 35,	// Item's width in pixels	'width'      : 135,	// if Block Orientation is vertical	'vertical'   : true,	'block_left' : 30,	'block_top': 30,	// Time Delay in milliseconds before subling block expands	// after mouse pointer overs an item	'expd_delay' : 200,	'hide_delay' : 800,	// 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' : ['m0mouti', 'm0moveri'],		// Item outer tag style class for all item states or		// classes for [<default state>, <hovered state>, <clicked state>]		'outer' : 'm0outer'	}},// Level 1 block configuration{	'height'	: 30,	'width'      : 164,	// Vertical Offset between adjacent levels in pixels	'block_top'  : 0,	// Horizontal Offset between adjacent levels in pixels	'block_left' : 135,	// block behaviour if single frame:		// 1 - shift to the edge, 2 - flip relatively to left upper corner	'wise_pos'   : 1,	'vertical'   : true,	// Time Delay in milliseconds before menu collapses after mouse	// pointer lefts all items	'hide_delay' : 800,	'css' : {		'table' : 'm0table1',		'outer' : 'm0outer',		'inner' : ['m0mouti', 'm0moveri']	}},// Level 2 block configuration{	'width'      : 136,	'block_top'  : 0,	'block_left' : 135,	// if negative, forces the block to expand leftward	'left'       : 1,	'css' : {		'table' : 'm0table2',		'outer' : '',		'inner' : ['m0mouti', 'm0moveri']	}},// Level 3 block configuration{	'width' : 150,	'block_left' : 97}//Subling level configurations are inherited from level 3]
