/*
  --- 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', 'http://www.neumanne.com', {'tw' : '_top'}, ],
	['BIOGRAFIA', 'bio.htm', {'tw' : '_top'},
	 	 ['DADOS DO AUTOR', 'http://www.neumanne.com/bio.htm', {'tw' : '_top'}, 
			],
         ['MEMÓRIA ICONOGRÁFICA', 'http://www.neumanne.com', {'tw' : '_top'}, 
		['SILÊNCIO DO DELATOR', 'http://www.neumanne.com/sile_fotos.htm', {'tw' : '_top'},],
		['ÁLBUM', 'http://www.neumanne.com', {'tw' : '_top'},],
		['COM.NEUMANNE', 'http://www.neumanne.com/com_neumanne07.htm', {'tw' : '_top'},],
		  ],
		
	],
		['BIBLIOGRAFIA', 'biblio.htm', {'tw' : '_top'} ],
	['FORTUNA CRÍTICA', 'fc.htm', {'tw' : '_top'},
		['ARTIGOS & ENSAIOS', 'fc.htm#1', {'tw' : '_top'},],
		['ENTREVISTA', 'fc.htm#2', {'tw' : '_top'},],
		['NOTÍCIAS', 'fc.htm#3', {'tw' : '_top'},],
	],
	['LITERATURA', 'litera.htm', {'tw' : '_top'},
		['ROMANCE', 'litera.htm#1', {'tw' : '_top'},],
		['POESIA', 'litera.htm#2', {'tw' : '_top'},
		 		['WEBCARDAS', 'webcards.htm', {'tw' : '_top'},],
				['CD', 'cd.htm', {'tw' : '_top'},],
		 ],
	],
	['JORNALISMO ', 'jornalismo.htm', {'tw' : '_top'},
	 	['LITERATURA', 'jornalismo.htm#1', {'tw' : '_top'},],
		['POLÍTICA', 'jornalismo.htm#2', {'tw' : '_top'},],
		['NOTÍCIAS', 'jornalismo.htm#3', {'tw' : '_top'},],
		['REPORTAGENS', 'jornalismo.htm#4', {'tw' : '_top'},],
		['DIVERSOS', 'jornalismo.htm#5', {'tw' : '_top'},],
		['ATUALIZAÇÕES', 'jornalismo.htm#6', {'tw' : '_top'},],
	 ],
	
	['PALESTRAS', 'palestras.htm', {'tw' : '_top'},
		['REGISTROS', 'palestras.htm#1', {'tw' : '_top'},],
		['TRANSCRIÇÕES', 'palestras.htm#2', {'tw' : '_top'},],
		['CONTATOS', 'palestras.htm#3', {'tw' : '_top'},],
		 ],	
		['LINKS', 'links.htm', {'tw' : '_top'} ],
		['FALE COM NEUMANNE', 'mailto:neumanne@neumanne.com', {'tw' : '_top'} ],
];

