var MAIN_MENU_ITEMS = new Array();
MAIN_MENU_ITEMS[0] = new Array(
	wrapPage('Home'), "./index.htm", null,
		['Introduction', "./index.htm", null],
		['Latest News', "./news.htm", null],
		['Mailing List', "./feedback.htm?0", null]);

MAIN_MENU_ITEMS[1] = new Array();
MAIN_MENU_ITEMS[1][0] = wrapPage('Gallery');
MAIN_MENU_ITEMS[1][1] = './gallery.htm';
MAIN_MENU_ITEMS[1][2] = 'null';

for (i=0; i<=CatName.length - 1; i++) {
	MAIN_MENU_ITEMS[1][i+3] = new Array(3);
	MAIN_MENU_ITEMS[1][i+3][0] = CatName[i];
	MAIN_MENU_ITEMS[1][i+3][1] = './thumbview.htm?folio=' + CatName[i];
	MAIN_MENU_ITEMS[1][i+3][2] = null;
	}

MAIN_MENU_ITEMS[2] = new Array(
	wrapPage('Retail & Shows'), "./retail.htm", null,
		['Retail Locations', "./retail.htm", null],
		['Show Schedule', "./shows.htm", null]);
MAIN_MENU_ITEMS[3] = new Array(
	wrapPage('Services'), "./fineart.htm", null,
		['Fine Art', "./fineart.htm", null],
		['Art Lamination', "./artlamination.htm", null],
		['Commercial', "./commercial.htm", null],
		['Custom Framing', "./framing.htm", null],
		['Customer Service', "./custservice.htm", null]);
MAIN_MENU_ITEMS[4] = new Array(
	wrapPage('Ordering'), "./prices.htm", null,
		['Prices', "./prices.htm", null],
		['Payment', "./payment.htm", null],
		['Consignment', "./wholesale.htm?0", null],
		['Wholesale', "./wholesale.htm?1", null]);
MAIN_MENU_ITEMS[5] = new Array(
	wrapPage('Artists & Info'), "./biography.htm", null,
		['Biography', "./biography.htm", null],
		['Awards', "./awards.htm", null],
		['Testimonials', "./testimonials.htm", null],
		['Contact Us', "./contact.htm", null],
		['Mailing List', "./feedback.htm?1", null],
		['Materials', "./materials.htm", null],
		['Copyrights', "./copyrights.htm", null],
		['Links', "./links.htm", null]);

var MAIN_MENU_POS = [{
	// item sizes
	'height': 24,
	'width': 149,
	// 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': 100,
	'block_left': 150,
	// offsets between items of the same level
	'top': 0,
	'left': 151,
	// time in milliseconds before menu is hidden after cursor has gone out
	// of any items
	'hide_delay': 200,
	'expd_delay': 200,
	'css' : {
		'outer' : ['m0l0oout', 'm0l0oover'],
		'inner' : ['m0l0iout', 'm0l0iover']
	}
},{
	'height': 24,
	'width': 200,
	'block_top': 24,
	'block_left': 10,
	'top': 24,
	'left': 0,
	'css' : {
		'outer' : ['m0l1oout', 'm0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	}
},{
	'block_top': 0,
	'block_left': 0
}
]
