
var MENU_POS1 = {
	// item sizes for different levels of menu
	'height': [28, 20, 20],
	'width': [126, 170, 150],
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': [87, 26, 5],
	'block_left': [0, 10, 130],
	// offsets between items of the same level
	'top': [0, 21, 21],
	'left': [125, 0, 0],
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': [200, 200, 200]
};

var MENU_POS2 = {
	// item sizes for different levels of menu
	'width': [160, 130, 130],
	'height': [40, 20, 20],
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': [315, 10, 10],
	'block_left': [5, 0, 100],
	// offsets between items of the same level
	'top': [30, 30, 30],
	'left': [0, 0, 0],
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': [200, 200, 200]
};

var MENU_POS3 = {
	// item sizes for different levels of menu
	'width': [160, 130, 130],
	'height': [40, 20, 20],
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': [250, 10, 10],
	'block_left': [5, 0, 100],
	// offsets between items of the same level
	'top': [30, 30, 30],
	'left': [0, 0, 0],
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': [200, 200, 200]
};

var MENU_POS4 = {
	// item sizes for different levels of menu
	'width': [160, 130, 130],
	'height': [40, 20, 20],
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': [315, 10, 10],
	'block_left': [5, 0, 100],
	// offsets between items of the same level
	'top': [30, 30, 30],
	'left': [0, 0, 0],
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': [200, 200, 200]
};

var MENU_STYLES1 = {
	'onmouseout': [
		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 
		'background', ['#E46822', '#0063C6', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['normal', 'normal', 'normal'],
	],
	'onmouseover': [
		'color', ['#0063C6', '#E46822', '#FFFFFF'], 
		'background', ['#E46822', '#0063C6', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['normal', 'bold', 'normal'],
	],
	'onmousedown': [
		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 
		'background', ['#E46822', '#0063C6', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['normal', 'bold', 'normal'],
	]
};
	
	
var MENU_STYLES2 = {
	// default item state when it is visible but doesn't have mouse over
	'onmouseout': [
		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 
		'background', ['#E46822', '#E46822', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'normal', 'normal'],
	],
	// state when item has mouse over it
	'onmouseover': [
		'color', ['#0063C6', '#0063C6', '#0063C6'], 
		'background', ['#E46822', '#E46822', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	],
	'onmousedown': [
		'color', ['#0063C6', '#0063C6', '#0063C6'], 
		'background', ['#E46822', '#E46822', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	]
};
	
var MENU_STYLES3 = {
	// default item state when it is visible but doesn't have mouse over
	'onmouseout': [
		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 
		'background', ['#E46822', '#E46822', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'normal', 'normal'],
	],
	// state when item has mouse over it
	'onmouseover': [
		'color', ['#0063C6', '#0063C6', '#0063C6'], 
		'background', ['#E46822', '#E46822', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	],
	'onmousedown': [
		'color', ['#0063C6', '#0063C6', '#0063C6'], 
		'background', ['#E46822', '#E46822', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	]
};

var MENU_STYLES4 = {
	// default item state when it is visible but doesn't have mouse over
	'onmouseout': [
		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 
		'background', ['#E46822', '#E46822', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'normal', 'normal'],
	],
	// state when item has mouse over it
	'onmouseover': [
		'color', ['#0063C6', '#0063C6', '#0063C6'], 
		'background', ['#E46822', '#E46822', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	],
	'onmousedown': [
		'color', ['#0063C6', '#0063C6', '#0063C6'], 
		'background', ['#E46822', '#E46822', '#E46822'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	]
};

