/*
  --- 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 = [
	['PRINCIPAL', 'index.html', null],
	['COMETAS', null, {'tw' : 'content'},
		['C/2001 Q4', 'C_2001_Q4.html', null],
		['C/2002 T7', 'C2002T7.html', null],
		['C/2003 K4', 'C2003K4.html', null],
		['C/2004 Q2 Machholz', 'C2004Q2.html', null],
		['C/2005 A1', 'C2005A1.html', null],
		['C/2006 A1 Pojmanski', 'C2006A1.html', null],
		['73P S.- W. 3', '73P.html', null],
		['C/2007 W1 Boattini', 'C2007W1.html', null],
	],
	['ASTERISMOS', null, null,
		['ORION', 'orion.html', null],
		['M42', 'm42.html', null],
		['47 TUCAN', '47Tucan.html', null],
		['KAPPA CRUCIS', 'kappaCrucis.html', null],
		['ETA CARINA', 'etaCarina.html', null],
		['ALTAR y NORMA', 'norma.html', null],
	],
	['SOL', null, null,
		['MANCHAS 27/12/2005', 'manchaSolar27dic05.html', null],
		['MANCHA 923 8/11/2006', 'manchaSolar8nov06.html', null],
		['TRÁNSITO DE VENUS', 'transito.html', null],
		['ECLIPSE PARCIAL 22/9/2006', 'eclipse22set06.html', null],
	],
	['LUNA', null, null,
		['ECLIPSES', null, null,
			['4 may 2004', 'eclipse4May04.html', null],
			['28 oct 2004', 'eclipse28oct04.html', null],
			['21 feb 2008', 'eclipseLunarfeb08.html', null],
		],
		['CUARTO CRECIENTE', null, null,
			['Es un avión !', 'avionSobreLuna.html', null],
			['Terminador', 'terminador.html', null],
		],
		['OCULTACIONES', null, null,
			['Marte 31/5/2005', 'ocultMarte31may05.html', null],
			['Júpiter 19/5/2005', 'conjuncionJupLuna.html', null],
		],
		['LUNA LLENA', 'lunaLlena.html', null],
		['CRATERES', null, null,
			['Aristarcus', 'aristarcus.html', null],
			['Eratóstenes-Copérnico', 'eratostenesCopernico.html', null],
			['Phocylides y Schikard', 'phocylidesSchikard.html', null],
			['Plato', 'plato.html', null],
		],
	],
	['PLANETAS', null, null,
		['<img src="../images/venusIco.gif" width="17" height="17" border="0" algin="texttop" alt="Venus"> VENUS', 'venus.html', null,
			['Transito 8/6/2004', 'transito.html', null],
			['Fase Delgada', 'venusDelgada.html', null],
		],
		['<img src="../images/marsIco.gif" width="17" height="17" border="0" algin="texttop" alt="Mars"> MARTE', 'mars.html', null,
			['Oposición 2003', 'oposicion2003.html', null],
			['Ocultación por la Luna', 'ocultMarte31may05.html', null],
			['Oposición 2005', 'oposicion2005.html', null],
			['Proyecto de paralaje', 'proyectoParalaje.html', null],
		],
		['<img src="../images/jupiterIco.gif" width="17" height="17" border="0" algin="texttop" alt="Jupiter"> JUPITER', 'jupiter.html', null,
			['Animaciones 2005', 'animaciones.html', null],
			['Oposición 2006', 'oposicionJupiter2006.html', null],
			['Conjunción con Luna', 'conjuncionJupLuna.html', null],
		],
		['<img src="../images/saturnIco.gif" width="17" height="17" border="0" algin="texttop" alt="Saturn"> SATURNO', null, null,
			['Verano 2004', 'verano2004.html',{'tw' : '_self'}],
			['Verano 2005', 'verano2005.html',{'tw' : '_self'}],
		],
		['<img src="../images/uranoIco.gif" width="17" height="17" border="0" algin="texttop" alt="Mars"> URANO', 'urano.html'],
		['<img src="../images/neptunoIco.gif" width="17" height="17" border="0" algin="texttop" alt="Jupiter"> NEPTUNO', 'neptuno.html'],
	],
	['EQUIPO', null, null,
		['TELESCOPIO', 'telescopio.html'],
		['OCULARES', 'oculares.html'],
		['FILTROS', 'filtros.html'],
		['WEBCAM', 'webCam.html'],
		['FOTOGRAFÍA', 'fotografia.html'],
		['BINOCULARES Y OTROS', 'otroEquipo.html'],
	],
	['ENSAYOS', null, null,
		['ESTRELLAS CON WEBCAM', 'estrellasConWebcam.html'],
		['LA PREVIA DE UNA OCULTACIÓN ASTEROIDAL', 'previaVolga.html'],
	],
	['OTROS', null, null,
		['Pasaje de la ISS', 'pasaje_ISS.html'],
		['Aplicaciones de PARALAJE', 'presentaciones/paralaje.htm'],
		['Taller de Observación de COMETAS', 'presentaciones/Taller_Cometas.pdf'],
/*
		['Otros 3', 'pec.html'],
*/
	],
	['ENLACES AMIGOS', 'enlacesAmigos.html', null],
];

