/*
  --- 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 = 
{
	// item sizes
	'height' : [26, 28, 24, 24, 24],
	'width' : [135, 135, 135, 135, 135],
		// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top' : [304, 23, 0, 0, 0],
	'block_left' : [98, 0, 136, 136, 136, 136],
	'top' : [0, 29, 29, 26, 26],
	'left' : [145, 0, 0, 0, 0],
	'hide_delay' : [200, 200, 200, 200, 200],
	'expd_delay' : [200, 200, 200, 200, 200],
	'pixel_path' : '/images/pixel.gif',
	'align' : 'center'
};

