var MENU_POS1 = new Array();

	MENU_POS1['height']     = [22, 22, 22];
	MENU_POS1['width']      = [128, 128, 120];

	MENU_POS1['block_top']  = [81, 23, 5];
	MENU_POS1['block_left'] = [0, 0, 122];

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

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

var MENU_STYLES1 = new Array();

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

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

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