var MENU_POS3 = new Array();

	MENU_POS3['height']     = [22, 22];
	MENU_POS3['width']      = [128, 128];

	MENU_POS3['block_top']  = [200, 5];
	MENU_POS3['block_left'] = [0, 122];

	MENU_POS3['top']        = [23, 23];
	MENU_POS3['left']       = [0, 0];

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

var MENU_STYLES3 = new Array();

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

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

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