/*
  --- 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 = [
	['Cuba', 'http://www.amnesty-caribbean.org/en/cu/oben.html', {'tw' : 'oben'},],
	['home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
	['annual reports', null,null,
		['2006', 'http://www.amnesty-caribbean.org/en/cu/jb/jb2006.html'],
		['2005', 'http://www.amnesty-caribbean.org/en/cu/jb/jb2005.html'],
	],
	['reports', null, null,
		['Fundamental freedoms still under attack', 'http://www.amnesty-caribbean.org/en/cu/berichte/AMR25_001_2006.html'],
	],
	['urgent actions',null, null,
	    ['Fear of torture/Intimidation/Harassment','http://www.amnesty-caribbean.org/en/cu/ua/AMR250022006.html'],
	],
	['news resleases',null, null,
	],
	['other',null, null,
	],
	['contact', 'mailto:cuba@amnesty-caribbean.org', null,
	],
];


