var MENU_POS = new Array();
	MENU_POS['height'] = [20, 20, 20, 21];
	MENU_POS['width'] = [100, 120, 120, 150];
	MENU_POS['block_top'] = [220, 0, 0, 0];
	MENU_POS['block_left'] = [30, 120, 105, 105];
	MENU_POS['top'] = [30, 21, 20, 22];
	MENU_POS['left'] = [0, 0, 0, 0];
	MENU_POS['hide_delay'] = [100, 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'] = 'none'; // none, vertical, horizontal, both


