/*
  --- 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_POS2 = 
{
	// item sizes
	'height' : [25, 25, 25, 25, 25],
	'width' : [90, 150, 150, 150, 150],
		// 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' : [101, 26, 0, 0, 0],
	'block_left' : [-148, 0, 161, 161, 161, 161],
	'top' : [0, 25, 25, 25, 25],
	'left' : [151, 0, 0, 0, 0],
	'hide_delay' : [200, 200, 200, 200, 200],
	'expd_delay' : [200, 200, 200, 200, 200],
	'pixel_path' : 'java/pixel.gif',
	'align' : 'center'
};

