var MENU_POS = new Array();

	MENU_POS['height'] = [20, 20, 20];
	// pixel height of first menu item, pixel height of secondary menu items, pixel height of tertiary menu items,

	MENU_POS['width'] = [116, 210, 210];
	// pixel width of first menu item, pixel width of secondary menu items, pixel width of tertiary menu items,

	MENU_POS['block_top'] = [115, 0, 0]; 
	// start pixels from from top, vert. offset of first secondary, vert. offset of tertiary

	MENU_POS['block_left'] = [21, 135, 210];	
	// start pixels from left, , hor. offset of first secondary, hor. offset of tertiary

	MENU_POS['top'] = [20, 19, 19];
	// vertical drop of each subsequent menu item, vertical drop of each secondary & teriary items in list

	MENU_POS['left'] = [0, 0, 10];
	// horizontal shift of each subsequent menu item, horizontal shift of each secondary & teriary items in list

	MENU_POS['hide_delay'] = [1000, 1000, 1000];
	// time in milliseconds before menu is hidden after cursor left item

	MENU_POS['pixel_path'] = 'menu/pixel.gif';
	// path to gif containing one transparent pixel
