/*
  --- 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 = [
	/*[':: Portada','noticias.htm', {'tw' : 'Frame'}],*/
	[':> Sobre Nosotros', 'presentacion.html'],
	[':> Noticias','index.htm'],	
	[':> Audio - MP3', 'mp3-vientoss1.html', {'tw' : 'Frame'}],
	[':> VIDEOS CLIPS', null, null,
	 		['TODOS LOS GRUPOS','videosall.html', {'tw' : 'Frame'}],
	 		['Coleccion Videos 1','http://vientosdelande.blogspot.com/', {'tw' : 'Frame'}],
 	 		['Coleccion Videos 2','http://vientosdelande2.blogspot.com/', {'tw' : 'Frame'}],
 	 		['Coleccion Videos 3','http://vientosdelande3.blogspot.com/', {'tw' : 'Frame'}],
 	 		['Coleccion Videos 4','http://vientosdelande4.blogspot.com/', {'tw' : 'Frame'}],
 	 		['Coleccion Videos 5','http://vientosdelande5.blogspot.com/', {'tw' : 'Frame'}],
			['Alborada','http://vientosdelande-alborada.blogspot.com/', {'tw' : 'Frame'}],
			['Andino','http://andino-bolivia.blogspot.com/', {'tw' : 'Frame'}],
			['Arak Pacha','http://arak-pacha-chile.blogspot.com/', {'tw' : 'Frame'}],
			['Huellas','http://vientosdelande-huellas.blogspot.com/', {'tw' : 'Frame'}],
			['Kalamarka','http://vientosdelande-kalamarka.blogspot.com/', {'tw' : 'Frame'}],
			['Kjantu Peru','http://vientosdelande-kjantu.blogspot.com/', {'tw' : 'Frame'}],			
			['Kuelap del Peru','http://kuelap-peru.blogspot.com/', {'tw' : 'Frame'}],			
			['Los Kjarkas','http://vientosdelande-kjarkas.blogspot.com/', {'tw' : 'Frame'}],
			['Los Jaivas','http://los-jaivas-chile.blogspot.com/', {'tw' : 'Frame'}],
			['Markakuna','http://vientosdelande-markakuna.blogspot.com/', {'tw' : 'Frame'}],
			['Mac Salvador','http://macsalvador1.blogspot.com/', {'tw' : 'Frame'}],
		 	['Orbe','http://grupoorbe.blogspot.com', {'tw' : 'Frame'}],
			['Pata Amarilla','http://vientosdelande-pataamarilla.blogspot.com/', {'tw' : 'Frame'}],
			['Sacambaya','http://sacambaya.blogspot.com/', {'tw' : 'Frame'}],
			['Sayanta','http://sayanta.blogspot.com/', {'tw' : 'Frame'}],
			['Semilla','http://vientosdelande-semilla.blogspot.com/', {'tw' : 'Frame'}],
			['Quilapayun','http://vientosdelande-quilapayun.blogspot.com/', {'tw' : 'Frame'}],
			['Qary Bastidas','http://qary-bastidas.blogspot.com/', {'tw' : 'Frame'}],
			['Wayanay Inka','http://wayanay-inka.blogspot.com/', {'tw' : 'Frame'}],
			['Yareta','http://yareta-bolivia.blogspot.com/', {'tw' : 'Frame'}],
			['..........','loswarpas.htm', {'tw' : 'Frame'}],
			['......','illapu.htm', {'tw' : 'Frame'}],
			['....','yara.htm', {'tw' : 'Frame'}],
	],
	[':> Culturales', null, null,
		['Todos los Videos','videosall.html', {'tw' : 'Frame'}],
		['Tradiciones','tradicones.htm', {'tw' : 'Frame'}],
		['Comidas Tipicas','comidas.htm', {'tw' : 'Frame'}],
		['Turismo','turismo.htm', {'tw' : 'Frame'}],
		['ecologia','ecologia.htm', {'tw' : 'Frame'}],
	],

	[':> Libro de Visitas','fsguestbook.html', {'tw' : 'Frame'}],	
	[':> Enlaces','enlaces.htm', {'tw' : 'Frame'}],	
	[':> Eventos','eventos.htm', {'tw' : 'Frame'}],	
	[':> Letras y Acordes','letras.html', {'tw' : 'Frame'}],
	[':> Promociona tu Grupo','promocionate.htm', {'tw' : 'Frame'}],	
	[':> Contribuciones','contribuciones.html'],	
];

