/*
  --- 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 = [
	['Dominican Rep.', 'http://www.amnesty-caribbean.org/en/do/oben.html', {'tw' : 'oben'},],
	['annual reports', null,null,
		['2005', 'http://www.amnesty-caribbean.org/en/do/jb/jb2005.html'],
	],
	['reports', null, null,
		['(summary) &quot;I am not ashamed!&quot;: HIV/AIDS and human rights in the Dominican Republic and Guyana','http://www.amnesty-caribbean.org/en/do/reports/AMR010022006Sum.html'],
		['(full report) &quot;I am not ashamed!&quot;: HIV/AIDS and human rights in the Dominican Republic and Guyana','http://www.amnesty-caribbean.org/en/do/reports/ENGAMR010022006.html'],
	],
	['urgent actions',null, null,
	   ['archive',null,null,
		   ['Fear for safety/Death Threats ua160/06','http://www.amnesty-caribbean.org/en/do/ua/UA160.html'],
		],   
	],
	['news resleases',null, null,
	],
	['other',null, null,
   ['Petition re HVI/AIDS (spanish)',null,null,
	       ['online-signatures','http://www.amnesty-caribbean.org/en/do/petliste/PetitionHIVes.html'],
	       ['Download spanisch (pdf)','http://www.amnesty-caribbean.org/de/do/petliste/hivaidspetes.pdf'],
	    ],
	    ['Petition for humanitarian treatment (spanish)',null,null,
	       ['online-signatures','http://www.amnesty-caribbean.org/en/do/petliste/petlistsp.html'],
	    ],   
			['Open letter to President Fern&aacute;ndez', 'http://www.amnesty-caribbean.org/en/do/sonstiges/AMR27_001_2006.html'],
		['Poor and HIV-positve in the Dominican Republic', 'http://www.amnesty-caribbean.org/en/do/sonstiges/wire052006.html'],
	],
	['contact', 'mailto:dominicanrepublic@amnesty-caribbean.org', null,
	],
	['home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
];


