/*
  --- 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 = [
	['Trindad&Tobago', 'http://www.amnesty-caribbean.org/en/tt/oben.html', {'tw' : 'oben'},],
	['annual reports', null,null,
		['2007', 'http://www.amnesty-caribbean.org/en/tt/jb/jb2007.html'],
		['2006', 'http://www.amnesty-caribbean.org/en/tt/jb/jb2006.html'],
		['2005', 'http://www.amnesty-caribbean.org/en/tt/jb/jb2005.html'],
	],
	['reports', null, null,
	   ['End police immunity for unlawful killings and deaths in custody','http://www.amnesty-caribbean.org/en/tt/reports/AMR49_001_2006.html'],
	],
	['urgent actions',null, null,
		['RONALD TIWARIE STILL IN DANGER OF EXECUTION','http://www.amnesty-caribbean.org/en/tt/ua/AMR 49_003_2009.html'
                ],
		['DEATH ROW PRISONER STILL IN DANGER','http://www.amnesty-caribbean.org/en/tt/ua/AMR 49_002_2009.html'
                ],
		['FIRST EXECUTION IN 10 YEARS THREATENED','http://www.amnesty-caribbean.org/en/tt/ua/AMR 49_001_2009.html'
                ],
	],
	['news resleases',null, null,
	   ['Police killings go unpunished','http://www.amnesty-caribbean.org/en/tt/newsreleases/AMR49_004_2006.html'],
		['Death sentence for police officer convicted of murder','http://www.amnesty-caribbean.org/en/tt/newsreleases/AMR49_002_2006.html'],
	],
	['other',null, null,
	],
	['contact', 'mailto:Trinidad@amnesty-caribbean.org', null,
	],
	['home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
];

