var MENU_POS = new Array();
	MENU_POS['height']     = [15,15];
	MENU_POS['width']      = [104,104];
	MENU_POS['block_top']  = [149,15];
	MENU_POS['block_left'] = [202, 0];
	MENU_POS['top']        = [0,15];
	MENU_POS['left']       = [104,0];
	MENU_POS['hide_delay'] = [200,200];

var MENU_STYLES = new Array();
	MENU_STYLES['onmouseout'] = [
		'background', ['#333333', '#333333'],
		'color', ['#ffffff', '#ffffff'],
	];
	MENU_STYLES['onmouseover'] = [
		'background', ['#333333', '#6699cc'],
		'color', ['#ffffff', '#ffffff'],
	];
	MENU_STYLES['onmousedown'] = [
		'background', ['#333333', '#cccccc'],
		'color', ['#ffffff', '#006699'],
	];
	

