var MENU_POS = new Array();
	MENU_POS['height'] = [20, 21, 21, 21];
	MENU_POS['width'] = [90, 140, 170, 150];
	MENU_POS['block_top'] = [-2, 30, 18, 5];
	MENU_POS['block_left'] = [90, 7, 30, 145];
	MENU_POS['top'] = [0, 20, 20, 20];
	MENU_POS['left'] = [100, 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


