/*
  --- 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 = [
	
	['Biografia', 'http://www.neumanne.com/bio.htm', null,
		['Dados do Autor', 'http://www.neumanne.com/bio.htm'],
		['Memória Iconográfica', 'http://www.neumanne.com/sile_fotos.htm',
                        ['Álbum de família', 'http://www.neumanne.com/albumf07.htm'], 
                        ['O silêncio do Delator', 'http://www.neumanne.com/sile_fotos.htm'],
                        ['Álbum de família', 'http://www.neumanne.com/albumf07.htm'], 
                        ['com.nêumanne', 'http://www.neumanne.com/com_neumanne07.htm'], 
        ],
	],
	['Bibliografia', 'http://www.neumanne.com/biblio.htm', null,

	],
	['Fortuna Crítica', 'http://www.neumanne.com/fc.htm', null,
		['Artigos & Ensaios', 'http://www.neumanne.com/fc.htm#1'],
		['Entrevista', 'http://www.neumanne.com/fc.htm#2'],
		['Notícias', 'http://www.neumanne.com/fc.htm#3'],
	],
	['Literatura', 'http://www.neumanne.com/litera.htm', null,
		['Romance', 'http://www.neumanne.com/litera.htm#1'],
		['Poesia', 'http://www.neumanne.com/litera.htm#2',
                      ['WebCards', 'http://www.neumanne.com/webcards.htm'], 
                      ['WebCards', 'http://www.neumanne.com/webcards.htm'], 
                      ['CD', 'http://www.neumanne.com/cd.htm'], 
        ],
	],
	['Jornalismo', 'http://www.neumanne.com/jornalismo.htm', null,
		['Literatura', 'http://www.neumanne.com/jornalismo.htm#1'],
		['Política', 'http://www.neumanne.com/jornalismo.htm#2'],
                ['Reportagens',
'http://www.neumanne.com/jornalismo.htm#5'],
		['Diversos', 'http://www.neumanne.com/jornalismo.htm#3'],
		['Atualizações', 'http://www.neumanne.com/jornalismo.htm#4']
	],
	['Palestras', 'http://www.neumanne.com/palestras.htm', null,
		['Registros', 'http://www.neumanne.com/palestras.htm#1'],
                ['Transcrições', 'http://www.neumanne.com/palestras.htm#2'],
		['Contatos', 'http://www.neumanne.com/palestras.htm#3'],
	],
	['Links', 'http://www.neumanne.com/links.htm', null,
	],
	['Fale com Nêumanne', 'mailto:neumanne@neumanne.com', null,
	],
];


