/*
  --- 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 = [
	['Suriname', 'http://www.amnesty-caribbean.org/en/sr/oben.html', {'tw' : 'oben'},],
	['annual reports', null,null,		
	],
	['reports', null, null,
	],
	['urgent actions',null, null,
	],
	['news resleases',null, null,
	   ['After 25 Years, a chance for accountability and justice for the families of victims of the December 1982 extrajudicial killings','http://www.amnesty-caribbean.org/en/sr/news/AMR48_001_2007.html'],
	],
	['other',null, null,
	],
	['contact', 'mailto:suriname@amnesty-caribbean.org', null,
	],
	['home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
];


