/*
  --- 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 = [
	['Trinidad&Tobago', 'http://www.amnesty-caribbean.org/de/tt/oben.html', {'tw' : 'oben'},],
	['Jahresberichte', null,null,
		['2007', 'http://www.amnesty-caribbean.org/de/tt/jb/jb2007.html'],
		['2006', 'http://www.amnesty-caribbean.org/de/tt/jb/jb2006.html'],
		['2005', 'http://www.amnesty-caribbean.org/de/tt/jb/jb2005.html'],
	],
	['Berichte', null, null,
	   ['End police immunity for unlawful killings and deaths in custody','http://www.amnesty-caribbean.org/de/tt/berichte/AMR49_001_2006.html'],
	],
	['urgent actions',null, null,
		['2. Update','http://www.amnesty-caribbean.org/de/tt/ua/AMR 49_002_2009.html'],
		['1. Update','http://www.amnesty-caribbean.org/de/tt/ua/AMR 49_002_2009.html'],
		['Erste Hinrichtung seit 10 Jahren droht','http://www.amnesty-caribbean.org/de/tt/ua/AMR 49_001_2009.html'],
	],
	['Presseerkl&auml;rungen',null, null,
	   ['Death sentence for police officer convicted of murder','http://www.amnesty-caribbean.org/de/tt/newsreleases/AMR49_002_2006.html'],
	   ['T&ouml;tungen durch die Polizei ohne Strafe','http://www.amnesty-caribbean.org/de/tt/newsreleases/AMR49_004_2006.html'],
	],
	['Sonstiges',null, null,
		['L&auml;nderkurzinfo','http://www.amnesty-caribbean.org/de/tt/sonst/lkp2007.html'],
	],
	['Kontakt', 'mailto:trinidad@amnesty-caribbean.org', null,
	],
	['Home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
];

