/*
  --- 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.prismarte.com.br/index.html', {'tw' : '_top'}, ],
	['PUBLICAÇÕES', 'http://www.prismarte.com.br/publicacoes.html', {'tw' : '_top'},
	 	 ['PRISMARTE 2007', 'http://www.prismarte.com.br/publicacoes2007.html', {'tw' : '_top'}, 
		 ['PRÊMIO PRISMARTE' , 'http://www.prismarte.com.br/premio2007.html', {'tw' : '_top'},],
			],
         ['PRISMARTE 2006', 'http://www.prismarte.com.br/publicacoes2006.html', {'tw' : '_top'}, 
		 ['PRÊMIO PRISMARTE' , 'http://www.prismarte.com.br/premio2006.html', {'tw' : '_top'},],
			],
	     ['PRISMARTE 2005', 'http://www.prismarte.com.br/publicacoes2005.html', {'tw' : '_top'}, 
		 ['PRÊMIO PRISMARTE' , 'http://www.prismarte.com.br/premio2005.html', {'tw' : '_top'},],
			],
		['PRISMARTE 2004', 'http://www.prismarte.com.br/publicacoes2004.html', {'tw' : '_top'}, 
		 ['PRÊMIO PRISMARTE' , 'http://www.prismarte.com.br/premio2004.html', {'tw' : '_top'},],
			],
		
	],
	['HQ NOTÍCIAS', 'http://www.prismarte.com.br/hqnoticia/news.asp', {'tw' : '_top'},
		['AGENDA', 'http://www.prismarte.com.br/hqnoticia/category_news.asp?IDCategory=20', {'tw' : '_top'},],
		['FANZINES', 'http://www.prismarte.com.br/hqnoticia/category_news.asp?IDCategory=15', {'tw' : '_top'},],
		['LANÇAMENTOS', 'http://www.prismarte.com.br/hqnoticia/category_news.asp?IDCategory=22', {'tw' : '_top'},],
		['ENTREVISTAS', 'http://www.prismarte.com.br/hqnoticia/category_news.asp?IDCategory=17', {'tw' : '_top'},],
		['HQ DE A-Z', 'http://www.prismarte.com.br/hqnoticia/category_news.asp?IDCategory=16', {'tw' : '_top'},],
		['NOTÍCIAS', 'http://www.prismarte.com.br/hqnoticia/category_news.asp?IDCategory=21', {'tw' : '_top'},],
		['NAS BANCAS', 'http://www.prismarte.com.br/hqnoticia/category_news.asp?IDCategory=23', {'tw' : '_top'},],
	],
	['HQ ON LINE', null, {'tw' : '_top'},
		['FLASH', 'http://www.prismarte.com.br/hqline_flash.html', {'tw' : '_top'},],
		['DOWNLOAD', 'http://www.prismarte.com.br/downloads.html', {'tw' : '_top'},],
	],
	['SERVIÇOS ', 'http://www.prismarte.com.br/servicos.html', {'tw' : '_top'} ],
	
		['FALE CONOSCO', 'http://www.prismarte.com.br/faleconosco.php', {'tw' : '_top'} ]	
];

