

var MENU_POS1 = {

	// item sizes for different levels of menu

	'height': [17, 23, 23],

	'width': [90, 125, 170],

	// 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': [155, 17, 0],

	'block_left': [197, 0, 135],

	// offsets between items of the same level

	'top': [0, 22, 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': [120, 110, 110],

	'height': [20, 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, 20],

	'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': [130, 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', ['#000000', '#000000', '#000000'], 

		'background', ['#BCC1BD', '#BCC1BD', '#BCC1BD'],

		'textDecoration', ['none', 'none', 'none'], 

		'fontWeight', ['normal', 'normal', 'normal'],

		'fontSize', ['12px', '12px', '12px'],

		'fontFamily',['arial','arial','arial'], 

	],

	'onmouseover': [

		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 

		'background', ['#FF9900', '#FF9900', '#FF9900'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['normal', 'normal', 'normal'],

		'fontSize', ['12px', '12px', '12px'],

		'fontFamily',['arial','arial','arial'], 

	],

	'onmousedown': [

		'color', ['#FFFFFF', '#FFFFFF', '#FFFFFF'], 

		'background', ['#FF9900', '#FF9900', '#FF9900'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['normal', 'normal', 'normal'],

		'fontSize', ['12px', '12px', '12px'],

		'fontFamily',['arial','arial','arial'], 

	]

};

	

	

var MENU_STYLES2 = {

	// default item state when it is visible but doesn't have mouse over

	'onmouseout': [

		'color', ['#000000', '#000000', '#000000'], 

		'background', ['none', 'none', 'none'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['normal', 'normal', 'normal'],

		'fontSize', ['12px', '12px', '12px'],

		'fontFamily',['arial','arial','arial'], 

	],

	'onmouseover': [

		'color', ['#FF9900', '#FF9900', '#FF9900'], 

		'background', ['none', 'none', 'none'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['normal', 'normal', 'normal'],

		'fontSize', ['12px', '12px', '12px'],

		'fontFamily',['arial','arial','arial'], 

	],

	'onmousedown': [

		'color', ['#FF9900', '#FF9900', '#FF9900'], 

		'background', ['none', 'none', 'none'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['normal', 'normal', 'normal'],

		'fontSize', ['12px', '12px', '12px'],

		'fontFamily',['arial','arial','arial'], 

	]

};

	

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'],

	]

};

