/* --- menu items --- */
var MENU_ITEMS = [
	['Personals', null,
		['Presentation', 'presentation.html'],
		['Curriculum', 'pres-curriculum.html'],
		['Contact', 'contact.html'],
	],
	
	['works', null,
			['Bows: violin family', 'violinbows.html',
					['Violin, viola', 'violinbows.html#violin'],
					['Violoncello', 'violinbows.html#cello'],
					['Double bass', 'violinbows.html#doublebass'],
					
			],
			['Bows: Viol family', 'violbows.html',
					['Soprano', 'violbows.html#soprano'],
					['Tenor', 'violbows.html#tenor'],
					['Bass', 'violbows.html#bass'],
					['Violone', 'violbows.html#violone'],
			],
			['Classical guitars', 'guitars.html'],
			['Viols (F.Lowenberger)', 'staff.html'],
			['Doublebass (G.Assandri)', 'staff.html'],
			['Guitars (S.Ferretti)', 'staff.html'],
	],
	
	['Research', null,
			['My way of making period bows', 'my_way.html'],
			['Sources', 'reconstruction.html'],
			['Publications', 'publications.html'],
			['The Samacchini bow', 'samacchini.html'],
			['The Gianluisi bow', 'gianluisi.html'],
			['The MIM JT078 bow', 'mimjt078.html'],
			['The Tartini bow', 'tartini.html'],
			['Bows database', 'database.html'],
			['FAQ', 'faq.html'],
			['Iconography', 'iconography.html'],
			['Fret calculator', 'calculator.html'],
			['woods', 'woods.html'],
	],
	
	['workshop', null,
		['The staff', 'staff.html'],
		['Services', 'services.html'],
		['Friends', 'amici.html'],
	],
	
	['links', null,
		['Personals', 'links.html'],
		['Luthiers and bownakers', 'links2.html'],
		['Musicians (classical)', 'links3.html'],
		['Musicians (non classical)', 'links4.html'],
		['Musical associations', 'links5.html'],
		['Museums', 'links6.html'],
		['books, magazines and records', 'links7.html'],
		['Suppliers', 'links8.html'],
		['Music portals and resources', 'links9.html'],
	],
	
	['News', null,
		['The Tartini bow','tartini.html'],
		['The MIM JT078 bow', 'mimjt078.html'],
		['bows on stock', 'on_stock.html'],
		['instruments for sale', 'sale.html'],
		['The Galeazzi rosin', 'galeazzi.html'],
	],
	
	['Trade', null,

		['Pricelist', '2005_pricelist.html'],
		['payment page', 'paganini.html'],
	],
	
	['Home', '../index.html'],
];

