var MENU_POS = new Array();
	MENU_POS['height'] = [20, 18];
	MENU_POS['width'] = [145, 140];
	MENU_POS['block_top'] = [106, 2];
	MENU_POS['block_left'] = [3, 142];
	MENU_POS['top'] = [24, 18];
	MENU_POS['left'] = [0, 0];
	MENU_POS['hide_delay'] = [100, 200];

var MENU_STYLES = new Array();
	MENU_STYLES['onmouseout'] = [
		'color', ['#00263C', '#00263C'],
		'background', ['white', 'white']
	];
	MENU_STYLES['onmouseover'] = [
		'color', ['#00263C', '#00263C'],
		'background', ['#2AB2EC', '#2AB2EC']
	];
	MENU_STYLES['onmousedown'] = [
		'color', ['#00263C', '#00263C'],
		'background', ['white', 'white']
	];

