//

var MENU_POS1 = new Array();
	MENU_POS1['height'] = [24, 24, 24, 24, 24];				//[hiegth of hit box 1st level, ...2nd level, ..., ..., ...]
	MENU_POS1['width'] = [89, 140, 160, 160, 160];			//[width of hit box 1st level, ...2nd level, ..., ..., ...]
	MENU_POS1['block_top'] = [57, 25, 0, 0, 0];  			//[distance from top 1st level, ...2nd level, ..., ..., ...]
	MENU_POS1['block_left'] = [0, 0, 156, 156, 0, 0];			//[distance from left 1st level, ...2nd level, ..., ..., ...]
	MENU_POS1['top'] = [0, 23, 23, 23, 23];					//[space from TOP 1st level items, ...2nd level items, ..., ..., ...]
	MENU_POS1['left'] = [106, 0, 0, 0, 0];					//[space from left 1st level items, ...2nd level items, ..., ..., ...]
	MENU_POS1['hide_delay'] = [200, 600, 600, 600, 600];
	MENU_POS1['pixel_path'] = 'images/spacer.gif';
	