/*  --- menu level scope settins structure ---   note that this structure has changed its format since previous version.  Now this structure has the same layout as Tigra Menu GOLD.  Format description can be found in product documentation.*/var MENU_POS = [{		'width': 120,		'height': 25,		'left': 0,		'top': 23,		'hide_delay': 200,		'expd_delay': 200,		'css': {			'inner': ['TM3i0','TM3i1'],			'outer': ['TM3o0','TM3o1']		},				'block_left': 15,		'block_top': 130	},	{		'width': 120,		'block_left': 120,		'block_top': 0,		'left': 0,		'top': 25,		'css': {			'inner': ['TM3i0','TM4i1'],			'outer': ['TM4o0','TM4o1','TM4o2']		}	}]