var MENU_POS = new Array();
	// A. Item's width in pixels 
	MENU_POS['width'] = [74, 104, 105, 115, 87];
	// B. Item's height in pixels
	MENU_POS['height'] = [32, 20, 16, 16, 16];
	// C. Horizontal Offset between the items within level in pixels
	MENU_POS['left'] = [113, 0, 0, 0, 0];
	// D. Vertical Offset between the items within level in pixels
	MENU_POS['top'] = [0, 20, 16, 0, 0];
	// E. Horizontal Offset between adjacent levels* in pixels
	MENU_POS['block_left'] = [0, 0, 106, 0, 0];
	// F. Vertical Offset between adjacent levels* in pixels
	MENU_POS['block_top'] = [20, 23, 0, 0, 0];
	// Time delay in milliseconds before menu collapses after mouse pointer left all items**
	MENU_POS['hide_delay'] = [225, 225, 225, 225, 225];
	// Path to transparent gif 1x1 px as it appears in src attribute of <img> tag
	MENU_POS['pixel_path'] = '/nifty/images/clear.gif';
	// Horizontal menu alignment - (left, center, right) ***
	MENU_POS['align'] = 'center';
	// Vertical menu alignment - (top, center, bottom) ****
	MENU_POS['valign'] = 'top';
	// Static positioning configuration - (none, vertical, horizontal, both) ****
	MENU_POS['scroll'] = 'none';
