
/* please register to get documentation */

var MENU_POS = new Array();
	MENU_POS['height'] = [27, 20, 20];
	MENU_POS['width'] = [116, 240, 200];
	MENU_POS['block_top'] = [150, 0, -85];
	MENU_POS['block_left'] = [0, 100, 180];
	MENU_POS['top'] = [25, 20, 20];
	MENU_POS['left'] = [0, 0, 0];
	MENU_POS['hide_delay'] = [200, 200, 200];
	MENU_POS['pixel_path'] = '/Layout/pixel.gif';
	MENU_POS['align'] = 'left'; // left, center, right
	MENU_POS['valign'] = 'top'; // top, center, bottom
	MENU_POS['scroll'] = 'none'; // none, vertical, horizontal, both
	
