/*
  --- 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 = [
	['Haiti', 'http://www.amnesty-caribbean.org/en/ht/oben.html', {'tw' : 'oben'},],
	['annual reports', null,null,
		['2006', 'http://www.amnesty-caribbean.org/en/ht/jb/jb2006.html'],
		['2005', 'http://www.amnesty-caribbean.org/en/ht/jb/jb2005.html'],
	],
	['reports', null, null,
	],
	['urgent actions',null, {'tw' : 'oben'},
	   ['Fear for safety/Death threats','http://www.amnesty-caribbean.org/en/ht/ua/AMR36_005_2007.html'],
	   ['Archive 2006',null,null,
            ['Evel Fanfan (m), human rights lawyer ...', 'http://www.amnesty-caribbean.org/en/ht/ua/AMR360152006.html'],
 	    ['Evel Fanfan (m), human rights lawyer ...', 'http://www.amnesty-caribbean.org/en/ht/ua/AMR360132006.html'],
	    ['Further Information on Demonstrators in Port-au-Prince', 'http://www.amnesty-caribbean.org/en/ht/ua/23600806.html'],
  	    ['Demonstrators in Port-au-Prince', 'http://www.amnesty-caribbean.org/en/ht/ua/23600706.html'],
  		],   
	],
	['news resleases',null, null,
	   ['Activist&lsquo;s killing shows need for disarmament programme','http://www.amnesty-caribbean.org/en/ht/news/AMR360122006.html'],
	   ['Bring to trial or release all political prisoners','http://www.amnesty-caribbean.org/en/ht/news/AMR360092006.html'],
	],
	['other',null, null,
		['Open letter', 'http://www.amnesty-caribbean.org/en/ht/sonstiges/AMR360112006.html'],
	],
	['contact', 'mailto:haiti@amnesty-caribbean.org', null,
	],
	['home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
];


