var MENU_POS = new Array();   

	// A. Item's width in pixels  
	MENU_POS['width'] = [110, 110, 110, 110];  

	// B. Item's height in pixels  
	MENU_POS['height'] = [11, 11, 11, 11];  

	// C. Horizontal Offset between the items within level in pixels  
	MENU_POS['left'] = [90, 0, 0, 0];  

	// D. Vertical Offset between the items within level in pixels  
	MENU_POS['top'] = [20, 20, 20, 20];  

	// E. Horizontal Offset between adjacent levels* in pixels  
	MENU_POS['block_left'] = [0, 0, 0, 0];  

	// F. Vertical Offset between adjacent levels* in pixels  
	MENU_POS['block_top'] = [0, 0, 0, 0];  

	// Time delay in milliseconds before menu collapses after mouse pointer left all items**
	MENU_POS['hide_delay'] = [400, 400, 400, 400];  

	// Path to transparent gif 1x1 px as it appears in src attribute of <img> tag  
	MENU_POS['pixel_path'] = 'i_js/pixel.gif';  

	// Horizontal menu alignment - (left, center, right) ***  
	MENU_POS['align'] = 'left';  

	// Vertical menu alignment - (top, center, bottom) ****  
	MENU_POS['valign'] = 'top';  

	// Static positioning configuration - (none, vertical, horizontal, both) ****  
	MENU_POS['scroll'] = 'none';
