
var MENU_POS1 = {
	// item sizes for different levels of menu
	'height': [27, 20, 20],
	'width': [124, 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': [55, 26, 5],
	'block_left': [5, 10, 130],
	// offsets between items of the same level
	'top': [0, 20, 20],
	'left': [122, 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': [250, 10, 10],
	'block_left': [15, 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': [15, 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': [165, 130, 130],
	'height': [45, 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': [310, 10, 10],
	'block_left': [15, 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_POS5 = {
	// item sizes for different levels of menu
	'width': [165, 130, 130],
	'height': [45, 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': [610, 10, 10],
	'block_left': [15, 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', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['normal', 'normal', 'normal'],
	],
	'onmouseover': [
		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 
		'background', ['#666666', '#666666', '#666666'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'bold'],
	],
	'onmousedown': [
		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 
		'background', ['#999999', '#666666', '#666666'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'bold'],
	]
};
	
	
var MENU_STYLES2 = {
	// default item state when it is visible but doesn't have mouse over
	'onmouseout': [
		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 
		'background', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'normal', 'normal'],
	],
	// state when item has mouse over it
	'onmouseover': [
		'color', ['#666666', '#666666', '#666666'], 
		'background', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	],
	'onmousedown': [
		'color', ['#666666', '#666666', '#666666'], 
		'background', ['#999999', '#999999', '#999999'],
		'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', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'normal', 'normal'],
	],
	// state when item has mouse over it
	'onmouseover': [
		'color', ['#666666', '#666666', '#666666'], 
		'background', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	],
	'onmousedown': [
		'color', ['#666666', '#666666', '#666666'], 
		'background', ['#999999', '#999999', '#999999'],
		'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', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'normal', 'normal'],
	],
	// state when item has mouse over it
	'onmouseover': [
		'color', ['#666666', '#666666', '#666666'], 
		'background', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	],
	'onmousedown': [
		'color', ['#666666', '#666666', '#666666'], 
		'background', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	]
};

var MENU_STYLES5 = {
	// default item state when it is visible but doesn't have mouse over
	'onmouseout': [
		'color', ['#000000', '#000000', '#FFFFFF'], 
		'background', ['#FFFFFF', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'normal', 'normal'],
	],
	// state when item has mouse over it
	'onmouseover': [
		'color', ['#666666', '#666666', '#666666'], 
		'background', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	],
	'onmousedown': [
		'color', ['#666666', '#666666', '#666666'], 
		'background', ['#999999', '#999999', '#999999'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	]
};


