var MENU_POS = new Array();
	MENU_POS['height'] = [70, 21, 21, 21];
	MENU_POS['width'] = [100, 150, 110, 150];
	MENU_POS['block_top'] = [0, -20, -5, 5];
	MENU_POS['block_left'] = [-5, 0, 80, 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'] = 'center'; // left, center, right
	MENU_POS['valign'] = 'bottom'; // top, center, bottom
	MENU_POS['scroll'] = 'both'; // none, vertical, horizontal, both

