var MENU_POS2 = new Array();

	MENU_POS2['height']     = [22, 22, 22];
	MENU_POS2['width']      = [128, 128, 114];

	MENU_POS2['block_top']  = [81, 23, 5];
	MENU_POS2['block_left'] = [635, 0, -108];

	MENU_POS2['top']        = [0, 23, 23];
	MENU_POS2['left']       = [127, 0, 0];

	MENU_POS2['hide_delay'] = [200, 200, 200];

var MENU_STYLES2 = new Array();

	MENU_STYLES2['onmouseout'] = [
		'background', ['#e6e6e6', '#e6e6e6', '#e6e6e6'],
		'color', ['#000000', '#000000', '#000000'],
		'fontWeight', ['normal', 'normal', 'normal'],
		'textDecoration', ['none', 'none', 'none']
	];

	MENU_STYLES2['onmouseover'] = [
		'background', ['#ffffff', '#ffffff', '#ffffff'],
		'color', ['#000000', '#000000', '#000000'],
		'fontWeight', ['normal', 'normal', 'normal'],
		'textDecoration', ['none', 'none', 'none']
	];

	MENU_STYLES2['onmousedown'] = [
		'background', ['#ffffff', '#ffffff', '#ffffff'],
		'color', ['#000000', '#000000', '#000000'],
		'fontWeight', ['normal', 'normal', 'normal'],
		'textDecoration', ['none', 'none', 'none']
	];
