/*
  --- 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 = [
	['St. Kitts-Nevis', 'http://www.amnesty-caribbean.org/en/kn/oben.html', {'tw' : 'oben'},],
	['Annual Teport', null,null,		
	],
	['Reports', null, null,
	],
	['urgent actions',null, null,
	   ['Death penalty/Legal Concern','http://www.amnesty-caribbean.org/en/kn/ua/AMR59_001_2009.html'
	   ],
	],
	['News Releases',null, null,
	['Execution is a shameless act','http://www.amnesty-caribbean.org/en/kn/news/amr59_001_2008.html'],
	],
	['Other',null, null,
	],
	['Contact', 'mailto:stkittsnevis@amnesty-caribbean.org', null,
	],
	['home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
];


