/*
  --- 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 = [
	['Jamaica', 'http://www.amnesty-caribbean.org/en/jm/oben.html', {'tw' : 'oben'},],
	['home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
	['annual reports', null,null,
		['2007', 'http://www.amnesty-caribbean.org/en/jm/jb/jb2007.html'],
		['2006', 'http://www.amnesty-caribbean.org/en/jm/jb/jb2006.html'],
		['2005', 'http://www.amnesty-caribbean.org/en/jm/jb/jb2005.html'],
	],
	['reports', null, null,
		['Puplic security reforms and human rights in Jamaica','http://www.amnesty-caribbean.org/en/jm/reports/Jamaica_Public_security_reforms.pdf'],
		['&#034;Let them kille each other&#034; &#045; Public Security in Jamaica&#039;s inner Cities','http://www.amnesty-caribbean.org/en/jm/reports/Jamaika2008.pdf'],
		['Gang and Police Violence in the inner Cities','http://www.amnesty-caribbean.org/en/jm/reports/kurzbericht2008.pdf'],
	],
	['urgent actions',null, null,
	],
	['news resleases',null, {'tw' : 'oben'},
	['Amnesty welcomes government projects but warns of vital need for real change','http://www.amnesty-caribbean.org/en/jm/news/jm2009_1.html'
	],
	['Public Security Crisis &ndash; Facts and Figures','http://www.amnesty-caribbean.org/en/jm/news/jm2009_2.html'
	],
	['Public Security Crisis &ndash; Case Studies','http://www.amnesty-caribbean.org/en/jm/news/jm2009_3.html'
	],
		['China, Iran and Jamaica go against trend on executions' ,'http://www.amnesty-caribbean.org/en/jm/news/jm2008_2.html'],
		['More executions will not reduce crime' , 'http://www.amnesty-caribbean.org/en/jm/news/jm2008_1.html'],
	   	['First police officer in over six years convicted of murder while on duty','http://www.amnesty-caribbean.org/en/jm/news/AMR38_001_2006.html'],
	],
	['other',null, null,
		['online petition: Stop the deadly vicious circle of violence','http://www.amnesty-caribbean.org/en/jm/other/petlist.html'],
		['download petition: Stop the deadly vicious circle of violence','http://www.amnesty-caribbean.org/en/jm/other/Pet_eng.pdf'],
		['Video: Gangs and police cripple Jamaica&lsqou;s inner cities','http://www.amnesty.org/en/news-and-updates/video-and-audio/gangs-and-police-cripple-jamaicas-inner-cities-20080401',{'tw' :'_top'},],
		['Video: Silence Means Consent Part 1','href=http://www.youtube.com/watch?v=XXvPDcOaR4E',{'tw' :'_top'},],
		['Video: Silence Means Consent Part 2' ,'http://www.youtube.com/watch?v=1Bjat2FfIt0',{'tw' :'_top'},],

	],
	['contact', 'mailto:jamaica@amnesty-caribbean.org', null,
	],
];

