
var MENU_POS1 = new Array();
	
	MENU_POS1['height'] = [35, 20, 20];
	MENU_POS1['width'] = [130, 170, 170];
	
	MENU_POS1['block_top'] = [160, 37, 0];
	MENU_POS1['block_left'] = [22, 0, 171];
	
	MENU_POS1['top'] = [0, 21, 21];
	MENU_POS1['left'] = [131, 0, 0];
	
	MENU_POS1['hide_delay'] = [200, 200, 200];
	

var MENU_STYLES1 = new Array();
	
	MENU_STYLES1['onmouseout'] = [
		'color', ['#ffffff', '#000000', '#000000'], 
		'background', ['#336699', '#339966', '#bb5566'],
		'fontWeight', ['normal', 'normal', 'normal'],
		'textDecoration', ['none', 'none', 'none'],
	];
	
	MENU_STYLES1['onmouseover'] = [
		'color', ['#ffffff', '#000000', '#000000'], 
		'background', ['#6699cc', '#66cc99', '#cc6699'],
		'fontWeight', ['normal', 'bold', 'normal'],
		'textDecoration', ['underline', 'none', 'none'],
	];
	
	MENU_STYLES1['onmousedown'] = [
		'color', ['#ffffff', '#000000', '#000000'], 
		'background', ['#99ccff', '#99ffcc', '#cc99ff'],
		'fontWeight', ['normal', 'bold', 'normal'],
		'textDecoration', ['underline', 'none', 'none'],
	];
	

