/* Tigra Menu items structure */
var MENU_ITEMS = [
	['', ''],
	['Home', 'index.html'],
	['Selected Work', null,null,
	 	['Sculpture', 'recentwork.html'],
		['Drawing', 'drawings.html']
	 
	],
	['About', null, null,
		['Biography', 'bio.html'],
		['Bibliography', 'biblio.html'],
		['Cuciculum Vitae', 'cv.html']
	],
	['Contact', 'mailto:LawrenceFane@fane.org'],
	['Publications', 'book1.html']
	
	
];
