// Ibis Menu
// Versione 1 del 30-1-2004
// Parametri del menu
// --------------------------------------------------------------------------------

var MENU_ITEMS = [
	['The mission', null, null,
		['Overview',  'About1-1.htm'],
		['About IBIS', 'About1-2.htm'],
	],
	['Pubblications', null, null,
		['Articles', null, null,
				['2005', 'Pub2-1-4.htm'],
				['2004', 'Pub2-1-3.htm'],
				['A & A Special issue', 'Pub2-1-1.htm'],
				['2003', 'Pub2-1-2.htm'],
		],
		['ISOC Newsletters', 'Pub2-2.htm'],
	],
	['Archive', null, null,
		['Media gallery', null, null,
				['Images', 'Arc3-1-1.htm'],
				['Videos', 'Arc3-1-2.htm'],
				['Photo gallery', 'Photogallery.htm'],
		],
		['Project documentation', 'Arc3-2.htm'],
	],
	['Links', null, null,
		['ESA', 'http://www.esa.int/science/integral'],
		['INTEGRAL', 'http://sci.esa.int/science-e/www/area/index.cfm?fareaid=21'],
		['ISOC', 'http://www.rssd.esa.int/Integral/'],
		['ISDC', 'http://isdc.unige.ch/'],
		['CEA, Saclay', 'http://www-dapnia.cea.fr/Phys/Sap/Activites/Projets/INTEGRAL/IBIS/index.html'],
		['IASF, Bologna', 'http://www.bo.iasf.cnr.it/Research/INTEGRAL/'],
		['Southampton University', 'http://www.integral.soton.ac.uk/~integral/'],
	],
];

