var MENU_POS = new Array();
	MENU_POS['height'] = [90, 21, 21, 21];
	MENU_POS['width'] = [85, 130, 130, 150];
	MENU_POS['block_top'] = [90, 50, 5, 5];
	MENU_POS['block_left'] = [20, 44, 115, 115];
	MENU_POS['top'] = [0, 22, 22, 22];
	MENU_POS['left'] = [0, 0, 0, 0];
	MENU_POS['hide_delay'] = [600, 600, 600, 800];
	MENU_POS['pixel_path'] = '../_img/nil.gif';
	MENU_POS['align'] = 'left'; // left, center, right
	MENU_POS['valign'] = 'top'; // top, center, bottom
	MENU_POS['scroll'] = 'both'; // none, vertical, horizontal, both


