/*
  --- 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 = {
	'height'     : [20, 20, 20],
	'width'      : [78, 78, 78],
	'block_top'  : [136, 20, 0, 0],
	'block_left' : [215, 0, 0, 0],
	'top'        : [0, 20, 0, 0],
	'left'       : [78, 0, 0, 0],
	'hide_delay' : [200, 200, 200, 200],
	'expd_delay' : [200, 200, 200, 200],
	'pixel_path' : '../img/pixel.gif'
};

