/*
  --- 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 = [
	['Bahamas', 'http://www.amnesty-caribbean.org/en/bs/oben.html', {'tw' : 'oben'},],
	['annual reports', null,null,
		['2007', 'http://www.amnesty-caribbean.org/en/bs/jb/jb2007.html'],
		['2006', 'http://www.amnesty-caribbean.org/en/bs/jb/jb2006.html'],
		['2005', 'http://www.amnesty-caribbean.org/en/bs/jb/jb2005.html'],
	],
	['reports', null, null,
	],
	['urgent actions',null, null,
	    ['Fear for safety / ill-treatment: Detainees at the Carmichael Road Detention Centre','http://www.amnesty-caribbean.org/en/bs/ua/AMR140012009.html'],
	        ['Archive',null,null,
                    ['Intimidation/ Excessive use of force','http://www.amnesty-caribbean.org/en/bs/ua/AMR140012008.html'],
		    ['Flogging: Alutus Newbold (m)', 'http://www.amnesty-caribbean.org/en/bs/ua/AMR140052006.html'],
	            ],
		 ],
	['news resleases',null, null,
                  ['Human Rights Council adopts Universal Periodic Review outcome on Bahamas:  Amnesty International regrets rejection of recommendations to abolish the death penalty','http://www.amnesty-caribbean.org/de/bs/news/AMR140022009.html'],
	   ['Privy Council abolishes mandatory death sentence','http://www.amnesty-caribbean.org/en/bs/news/AMR14_001_2006.html'],
	],
	['other',null, null,
	],
	['contact', 'mailto:bahamas@amnesty-caribbean.org', null,
	],
	['home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
];


