/*
  --- 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_POS1 = new Array();
	// A. Item's width in pixels 
	MENU_POS1['width'] = [127, 200, 200, 190, 220];
	// B. Item's height in pixels
	MENU_POS1['height'] = [25, 25, 25, 25, 25];
	// C. Horizontal Offset between the items within level in pixels
	MENU_POS1['left'] = [0, 0, 0, 0, 0];
	// D. Vertical Offset between the items within level in pixels
	MENU_POS1['top'] = [0, 22, 22, 26, 26];
	// E. Horizontal Offset between adjacent levels* in pixels
	MENU_POS1['block_left'] = [0, 0, 120, 140, 160, 180];
	// F. Vertical Offset between adjacent levels* in pixels
	MENU_POS1['block_top'] = [64, 24, 10, 10, 10];
	// Time delay in milliseconds before menu collapses after mouse pointer left all items**
	MENU_POS1['hide_delay'] = [200, 200, 200, 200, 200];
	// Path to transparent gif 1x1 px as it appears in src attribute of <img> tag
	MENU_POS1['pixel_path'] = 'pixel.gif';
	// Horizontal menu alignment - (left, center, right) ***
	MENU_POS1['align'] = 'left';
	// Vertical menu alignment - (top, center, bottom) ****
	MENU_POS1['valign'] = 'top';
	// Static positioning configuration - (none, vertical, horizontal, both) ****
	MENU_POS1['scroll'] = 'none';

	
var MENU_POS2 = new Array();
	// A. Item's width in pixels 
	MENU_POS2['width'] = [154, 250, 160, 190, 220];
	// B. Item's height in pixels
	MENU_POS2['height'] = [25, 25, 25, 25, 25];
	// C. Horizontal Offset between the items within level in pixels
	MENU_POS2['left'] = [152, 0, 0, 0, 0];
	// D. Vertical Offset between the items within level in pixels
	MENU_POS2['top'] = [0, -24, 26, 26, 26];
	// E. Horizontal Offset between adjacent levels* in pixels
	MENU_POS2['block_left'] = [0, 0, 120, 140, 160, 180];
	// F. Vertical Offset between adjacent levels* in pixels
	MENU_POS2['block_top'] = [410, -24, 10, 10, 10];
	// Time delay in milliseconds before menu collapses after mouse pointer left all items**
	MENU_POS2['hide_delay'] = [200, 200, 200, 200, 200];
	// Path to transparent gif 1x1 px as it appears in src attribute of <img> tag
	MENU_POS2['pixel_path'] = 'pixel.gif';
	// Horizontal menu alignment - (left, center, right) ***
	MENU_POS2['align'] = 'left';
	// Vertical menu alignment - (top, center, bottom) ****
	MENU_POS2['valign'] = 'top';
	// Static positioning configuration - (none, vertical, horizontal, both) ****
	MENU_POS2['scroll'] = 'none';


	var MENU_POS3 = new Array();
	// A. Item's width in pixels 
	MENU_POS3['width'] = [185, 250, 200, 190, 220];
	// B. Item's height in pixels
	MENU_POS3['height'] = [25, 25, 25, 25, 25];
	// C. Horizontal Offset between the items within level in pixels
	MENU_POS3['left'] = [0, 0, 0, 0, 0];
	// D. Vertical Offset between the items within level in pixels
	MENU_POS3['top'] = [24, 24, 0, 0, 0];
	// E. Horizontal Offset between adjacent levels* in pixels
	MENU_POS3['block_left'] = [180, 184, 200, 140, 160, 180];
	// F. Vertical Offset between adjacent levels* in pixels
	MENU_POS3['block_top'] = [200, 0, 10, 10, 10];
	// Time delay in milliseconds before menu collapses after mouse pointer left all items**
	MENU_POS3['hide_delay'] = [200, 200, 200, 200, 200];
	// Path to transparent gif 1x1 px as it appears in src attribute of <img> tag
	MENU_POS3['pixel_path'] = 'pixel.gif';
	// Horizontal menu alignment - (left, center, right) ***
	MENU_POS3['align'] = 'left';
	// Vertical menu alignment - (top, center, bottom) ****
	MENU_POS3['valign'] = 'top';
	// Static positioning configuration - (none, vertical, horizontal, both) ****
	MENU_POS3['scroll'] = 'none';

	
var MENU_POS4 = new Array();
	// A. Item's width in pixels 
	MENU_POS4['width'] = [154, 220, 160, 190, 220];
	// B. Item's height in pixels
	MENU_POS4['height'] = [25, 25, 25, 25, 25];
	// C. Horizontal Offset between the items within level in pixels
	MENU_POS4['left'] = [152, 0, 0, 0, 0];
	// D. Vertical Offset between the items within level in pixels
	MENU_POS4['top'] = [0, -24, 26, 26, 26];
	// E. Horizontal Offset between adjacent levels* in pixels
	MENU_POS4['block_left'] = [0, 0, 120, 140, 160, 180];
	// F. Vertical Offset between adjacent levels* in pixels
	MENU_POS4['block_top'] = [200, -24, 10, 10, 10];
	// Time delay in milliseconds before menu collapses after mouse pointer left all items**
	MENU_POS4['hide_delay'] = [200, 200, 200, 200, 200];
	// Path to transparent gif 1x1 px as it appears in src attribute of <img> tag
	MENU_POS4['pixel_path'] = 'pixel.gif';
	// Horizontal menu alignment - (left, center, right) ***
	MENU_POS4['align'] = 'left';
	// Vertical menu alignment - (top, center, bottom) ****
	MENU_POS4['valign'] = 'top';
	// Static positioning configuration - (none, vertical, horizontal, both) ****
	MENU_POS4['scroll'] = 'none';


