var MENU_POS = new Array();
	MENU_POS['height'] = [20, 20, 20, 21];
	MENU_POS['width'] = [100, 125, 120, 150];
	MENU_POS['block_top'] = [60, 0, 0, 0];
	MENU_POS['block_left'] = [20, 110, 105, 105];
	MENU_POS['top'] = [30, 0, 21, 22];
	MENU_POS['left'] = [5, 135, 0, 0];
	MENU_POS['hide_delay'] = [500, 800, 800, 600];
	MENU_POS['pixel_path'] = '../_img/nil.gif';
	MENU_POS['align'] = 'left'; // left, center, right
	MENU_POS['valign'] = 'top'; // top, center, bottom
	MENU_POS['scroll'] = 'vertical'; // none, vertical, horizontal, both

