
/* please register to get documentation */

var MENU_POS = new Array();
	MENU_POS['height'] = [20, 37, 37, 20, 20];
	MENU_POS['width'] = [165, 165, 175, 100, 100];
	MENU_POS['block_top'] = [187, -1, 0, 15, 15];   // screen position (top)
	MENU_POS['block_left'] = [-3, 165, 164, 105, 80, 80]; // screen position (left)
	MENU_POS['top'] = [23, 36, 36, 23, 23];
	MENU_POS['left'] = [0, 0, 0, 0, 0];
	MENU_POS['hide_delay'] = [200, 200, 200, 200, 200];
	MENU_POS['pixel_path'] = 'common/pixel.gif';
	MENU_POS['align'] = 'left'; // left, center, right
	MENU_POS['valign'] = 'top'; // top, center, bottom
//	MENU_POS['scroll'] = 'both'; // none, vertical, horizontal, both
