/*
  --- 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 = [
	['Grenada', 'http://www.amnesty-caribbean.org/en/gd/oben.html', {'tw' : 'oben'},],
	['annual reports', null,null,
		['2007','http://www.amnesty-caribbean.org/en/gd/jb/jb2007.html'],
	],
	['reports', null, null,
	],
	['urgent actions',null, null,
	],
	['news resleases',null, null,
	     ['Privy council orders resentencing of 13 of the &ldquo;grenada 17&rdquo;','http://www.amnesty-caribbean.org/en/gd/news/AMR320012007.html'],
	],
	['other',null, null,
	],
	['contact', 'mailto:grenada@amnesty-caribbean.org', null,
	],
	['home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
];


