/*
  --- 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 = [
	
	['Acerca de la SEM', null, null,
		['Objeto','http://www.sem-wes.org/cuerpo.php?codigo=11', {'tw' : '_self'}],
		['Estatutos','http://www.sem-wes.org/cuerpo.php?codigo=12', {'tw' : '_self'}],
		['Junta directiva y Actas','http://www.sem-wes.org/cuerpo.php?codigo=13', {'tw' : '_self'}],
	],
	['Reuniones de Economia Mundial', null, null,
		['Presentación','http://www.sem-wes.org/cuerpo.php?codigo=2', {'tw' : '_self'}],
		['Reuniones celebradas','http://www.sem-wes.org/cuerpo.php?codigo=14', {'tw' : '_self'}],

	],
	['Revista de Economía Mundial', 'http://www.sem-wes.org/revista/', {'tw' : '_blank'},
        
        ],
	['Documentos de Trabajo', null, null,
		['Reglamento','http://www.sem-wes.org/cuerpo.php?codigo=25', {'tw' : '_self'}],
		['Documentos 2010','http://www.sem-wes.org/cuerpo.php?codigo=15', {'tw' : '_self'}],


	],
	['Blogs', 'http://www.sem-wes.org/cuerpo.php?codigo=16', {'tw' : '_self'},

	],

	['Apoyo a la docencia', 'http://www.sem-wes.org/cuerpo.php?codigo=5', {'tw' : '_self'},

	],

	['Enlaces de interés', 'http://www.sem-wes.org/cuerpo.php?codigo=6', {'tw' : '_self'},

	],



];