
var MENU_POS1 = new Array();

	MENU_POS1['height'] = [20, 20, 20];
	MENU_POS1['width'] = [120, 120, 120];
	
	
	MENU_POS1['block_top'] = [105, 21, 0];
	MENU_POS1['block_left'] = [10, 0, 191];
	
	
	MENU_POS1['top'] = [0, 20, 20];
	MENU_POS1['left'] = [125, 0, 0];
	
	
	MENU_POS1['hide_delay'] = [200, 500, 500];
	

var MENU_STYLES1 = new Array();

	MENU_STYLES1['onmouseout'] = [
		'color', ['#111111','#111111','#111111'], 
		'background', ['none', '#CBD3D7', '#CBD3D7'],
		'fontWeight', ['normal', 'normal', 'normal'],
		'textDecoration', ['none', 'none', 'none'],
	];


	MENU_STYLES1['onmouseover'] = [
		'color', ['#111111','#111111','#111111'], 
		'background', ['#215DAD', '#215DAD', '#215DAD'],
		'fontWeight', ['normal', 'normal', 'normal'],
		'textDecoration', ['none', 'none', 'none'],
	];


	MENU_STYLES1['onmousedown'] = [
		'color', ['#111111','#111111','#111111'], 
		'background', ['#808080', '#808080', '#808080'],
		'fontWeight', ['normal', 'normal', 'normal'],
		'textDecoration', ['none', 'none', 'none'],
	];
	

