/* Globally set menu items, see below for possible third-level navigation */

var MENU_ITEMS = [
	['Inicio', '/index.html', null],
	
	['Institucional', '', null,
		['Misi&oacute;n y visi&oacute;n', '/institucional/mision.html'],
		['Organizaci&oacute;n', '/institucional/organizacion.html'],
		['Participantes', '/institucional/participantes.html'],
		['Grupos de Trab.', '/institucional/grupos.html'],
	],
	
	['Plan estrat&eacute;gico', '/planestrategico/index.html', null,],
	
	['Novedades', '/novedades/index.html', null],
	
	['Eventos', '/eventos/index.html', null],
	
	['Herramientas', '', null,
	 	['Tesauros', '/herramientas/tesauros.html'],
		['Libr&iacute;stica', '/herramientas/cutter/index.php'],
		['Cat&aacute;logos', '/herramientas/catalogos.html'],
		['Marc21', '/herramientas/marc21.html'],
		['LC', '/herramientas/lc.html'],
	],
	
	['Contacto', '/institucional/contacto.html', null]
];

/*
var MENU_ITEMS = [
	['Home', 'http://www.arlisna.org', null
	],
	['About the Society', '', null,
		['History & Mission', 'http://www.arlisna.org/about/history.html'],
		['Executive Board', 'http://www.arlisna.org/organization/exec_board.html'],
		['Society Circle', 'http://www.arlisna.org/about/society_circle.html'],
		['Awards & Honors', 'http://www.arlisna.org/about/awards/awards_index.html'],
		['Affiliated Orgs.', 'http://www.arlisna.org/about/affiliates.html'],
		['ARLIS-L', 'http://www.arlisna.org/about/arlisl.html'],
		['Mailing List Rental', 'http://www.arlisna.org/about/mailing_list.pdf']
	],
	['Organization', '', null,
		['Executive Board', 'http://www.arlisna.org/organization/exec_board.html'],
		['Appointments', 'http://www.arlisna.org/organization/appointments.html'],
		['Chapters', 'http://www.arlisna.org/organization/chapters.html'],
		['Committees', 'http://www.arlisna.org/organization/committees.html'],
		['Discussion Groups', 'http://www.arlisna.org/organization/discussion_groups.html'],
		['Divisions', 'http://www.arlisna.org/organization/divisions.html'],
		['Sections', 'http://www.arlisna.org/organization/sections.html'],
		['Round Tables', 'http://www.arlisna.org/organization/round_tables.html'],
		['Admin Documents', 'http://www.arlisna.org/organization/admindocs/admindocs_index.html']
	],
	['News & Events', '', null,
		['News', 'http://www.arlisna.org/news/news_index.html'],
		['Event Calendar', 'http://www.arlisna.org/news/calendar.html'],
		['Conferences', 'http://www.arlisna.org/news/conferences/conf_index.html'],
		['Press Releases', 'http://www.arlisna.org/news/press/press_index.html', null],
	],
	['Resources', '', null,
		['Art Documentation', 'http://www.arlisna.org/artdoc/index.html'],
		['Art Doc Reviews', 'http://www.arlisna.org/artdoc/artdoc_reviews.html'],
		['Occasional Papers', 'http://www.arlisna.org/resources/occpapers/occpapers_index.html'],
		['Other Publications', 'http://www.arlisna.org/resources/otherpubs/otherpubs_index.html'],
		['Bibliographic Notes', 'http://www.arlisna.org/resources/bibnotes/bibnotes_index.html'],
		['Online Publications', 'http://www.arlisna.org/resources/onlinepubs/onlinepubs_index.html']
	],
	['JobNet', 'http://www.arlisna.org/jobnet.html', null
	],
	['Join ARLIS/NA', 'http://www.arlisna.org/join.html', null,
		['How to Join', 'http://www.arlisna.org/join.html#howto'],
		['Member Benefits', 'http://www.arlisna.org/join.html#benefits'],
		['What Members Say', 'http://www.arlisna.org/saying.html'],
		['Membership Form', 'http://www.arlisna.org/Membership_appl/2007Memberform.html']
	],
];

*/
/*
A third level navigation element would look something like this:

['About the Society', 'top.html', null,
		['History & Mission', 'top.html'],
		['Executive Board', 'top.html'],
		['Society Circle', 'top.html'],
		['ARLIS-L', 'top.html'],
		['Awards & Honors', 'top.html', null,
			['Current', 'top.html'],
			['Archives', 'top.html']
		],
		['Mailing List Rental', 'top.html']
	],
*/


