/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Inicio', '../index.htm', null,
		['Noticias NASA y ESA', '../Noticias_Astronomicas.htm'],
		['Astrofotografía', '../fotos_aficionados/fotoafi.php?id=1'],
	],
	['Universo', null, null,
		['Galaxias', '../Galaxias.htm'],
		['Supernovas', '../Supernovas.htm'],
		['Agujeros Negros', '../Agujeros_negros.htm'],
		['Púlsars', '../Pulsars.htm'],
		['Nebulosas Planetarias', '../Nebulosas_planetarias.htm'],
		['Quasars', '../Quasars.htm'],
		['Big Bang', '../Big_Bang.htm'],
		['Planetas Extrasolares', '../Planetas_extrasolares.htm'],
		['Cúmulos Globulares', '../Cumulos_estelares.htm'],
		['Estrellas Variables', '../Estrellas_variables.htm'],
		['Nebulosas', '../Nebulosas.htm'],
		['Estrellas binarias', '../Estrellas_binarias.htm'],
	],
	['Sistema Solar', '../Sistema_Solar.htm', null,
		['Mercurio', '../Sistema_Solar/Mercurio.htm'],
		['Venus', '../Sistema_Solar/Venus.htm'],
		['La Tierra', '../Sistema_Solar/La_Tierra.htm'],
		['Marte', '../Sistema_Solar/Marte.htm'],
		['Júpiter', '../Sistema_Solar/Jupiter.htm',null,
				['Ío', '../Sistema_Solar/Io.htm'],
				['Europa', '../Sistema_Solar/Europa.htm'],
				['Ganímedes', '../Sistema_Solar/Ganimedes.htm'],
				['Calixto', '../Sistema_Solar/Calixto.htm'],
			],
		['Saturno', '../Sistema_Solar/Saturno.htm'],
		['Urano', '../Sistema_Solar/Urano.htm'],
		['Neptuno', '../Sistema_Solar/Neptuno.htm'],
		['Plutón', '../Sistema_Solar/Pluton.htm'],
	],
	['Fotografías', null, null,
			['Hubble - Nebulosas', '../Hubble_Nebulosas1.htm'],
			['Hubble - Galaxias', '../Hubble_Galaxias1.htm'],
			['Mars Express - Marte', '../MarsExpress_Marte1.htm'],
	],
	['Enlaces', '../Enlaces.htm', null,
		['Imagen Astronómica del Día', '../Imagen_Astronomica_Dia.htm'],
	],
];

