

var MENU_POS1 = {

	// item sizes for different levels of menu

	'height': [28, 25, 25],

	'width': [200, 220, 220],

	// 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': [400, 15, 0],

	'block_left': [54, 170, 170],

	// offsets between items of the same level

	'top': [0, 22, 21],

	'left': [200, 0, 40],

	// 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': [110, 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': [220, 10, 10],

	'block_left': [5, 5, 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': [80, 40, 40],

	// 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': [305, 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', ['#ff6500', '#000000', '#000000'], 

		'background', ['none', '#c3c3c3', '#c3c3c3'],

		'textDecoration', ['none', 'none', 'none'], 

		'fontWeight', ['bold', 'bold', 'bold'],

		'fontSize', ['14px', '13px', '13px'],

		'fontFamily',['Verdana','Verdana','Verdana'], 

	],

	'onmouseover': [

		'color', ['#ff6500', '#FFFFFF', '#FFFFFF'], 

		'background', ['none', '#ff9900', '#ff9900'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['bold', 'bold', 'bold'],

		'fontSize', ['14px', '13px', '13px'],

		'fontFamily',['Verdana','Verdana','Verdana'], 

	],

	'onmousedown': [

		'color', ['#FF6500', '#FFFFFF', '#FFFFFF'], 

		'background', ['#FF9900', '#FF9900', '#FF9900'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['bold', 'bold', 'bold'],

		'fontSize', ['14px', '14px', '14px'],

		'fontFamily',['Verdana','Verdana','Verdana'], 

	]

};

	

	

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', ['11px', '11px', '11px'],

		'fontFamily',['Verdana, Arial, Helvetica, sans-serif','Verdana, Arial, Helvetica, sans-serif','Verdana, Arial, Helvetica, sans-serif'], 

	],

	'onmouseover': [

		'color', ['#FF9900', '#FF9900', '#FF9900'], 

		'background', ['none', 'none', 'none'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['normal', 'normal', 'normal'],

		'fontSize', ['12px', '12px', '12px'],

		'fontFamily',['Verdana, Arial, Helvetica, sans-serif','Verdana, Arial, Helvetica, sans-serif','Verdana, Arial, Helvetica, sans-serif'], 

	],

	'onmousedown': [

		'color', ['#FF9900', '#FF9900', '#FF9900'], 

		'background', ['none', 'none', 'none'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['normal', 'normal', 'normal'],

		'fontSize', ['12px', '12px', '12px'],

		'fontFamily',['Verdana, Arial, Helvetica, sans-serif','Verdana, Arial, Helvetica, sans-serif','Verdana, Arial, Helvetica, sans-serif'], 


	]

};

	

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', ['normal', 'normal', 'normal'],

	],

	// state when item has mouse over it

	'onmouseover': [

		'color', ['#0063C6', '#0063C6', '#0063C6'], 

		'background', ['#E46822', '#E46822', '#E46822'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['normal', 'normal', 'normal'],

	],

	'onmousedown': [

		'color', ['#0063C6', '#0063C6', '#0063C6'], 

		'background', ['#E46822', '#E46822', '#E46822'],

		'textDecoration', ['none', 'none', 'none'],

		'fontWeight', ['normal', 'normal', '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'],

	]

};


