var MENU_POS1 = {
	'height': [35, 15, 15],
	'width': [120, 120, 120],
	'block_top': [80, 35, 0],
	'block_left': [20, 0, 120],
	'top': [0, 15, 15],
	'left': [120, 0, 0],
	'hide_delay': [0, 250, 500]
};

var MENU_STYLES1 = {
	'onmouseout': [
		'color', ['#444444', '#444444', '#444444'], 
		'background', ['transparent', 'transparent', 'transparent'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'bold'],
	],
	'onmouseover': [
		'color', ['#000000', '#000000', '#000000'], 
		'background', ['transparent', 'transparent', 'transparent'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'bold'],
	],
	'onmousedown': [
		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 
		'background', ['transparent', 'transparent', 'transparent'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'bold'],
	]
};
	

