var MENU_POS1 = new Array();

	MENU_POS1['width'] = [110, 180, 130];
	MENU_POS1['height'] = [20, 20, 20];
		
	MENU_POS1['block_top'] = [100, 23, 10];
	MENU_POS1['block_left'] = [5, -2, 100];
		
	MENU_POS1['top'] = [0, 21, 21];
	MENU_POS1['left'] = [110, 0, 0];
		
	MENU_POS1['hide_delay'] = [200, 200, 200];
		
var MENU_STYLES1 = new Array();
	MENU_STYLES1['onmouseout'] = [
		'color', ['#D7E8F5', '#D7E8F5', '#000000'], 
		'background', ['#6699CC', '#6699CC', '#FFFFFF'],
		'fontWeight', ['bold', 'bold', 'normal'],
		'textDecoration', ['none', 'none', 'none'],
	];
	MENU_STYLES1['onmouseover'] = [
		'color', ['#FFFFFF', '#FFFFFF', '#000000'], 
		'background', ['#6699CC', '#3C76B0', '#FFFFFF'],
		'fontWeight', ['bold', 'bold', 'normal'],
		'textDecoration', ['none', 'underline', 'none'],
	];
	MENU_STYLES1['onmousedown'] = [
		'color', ['#FFFFFF', '#FFFFFF', '#000000'], 
		'background', ['#3C76B0', '#291073', '#FFFFFF'],
		'fontWeight', ['bold', 'bold', 'normal'],
		'textDecoration', ['underline', 'underline', 'none'],
	];
