/*
  --- 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 = [
	['Dominik. Rep.', 'http://www.amnesty-caribbean.org/de/do/oben.html', {'tw' : 'oben'},],
	['Jahresberichte', null,null,
		['2006', 'http://www.amnesty-caribbean.org/de/do/jb/jb2006.html'],
		['2005', 'http://www.amnesty-caribbean.org/de/do/jb/jb2005.html'],
	],
	['Berichte', null, null,
			['(Zusammf.) &quot;Ich sch&auml;me mich nicht!&quot;: HIV/AIDS und Menschenrechte in der Dominischen Republik und Guyana','http://www.amnesty-caribbean.org/de/do/reports/AMR010022006Sum.html'],
		   ['(Ges. Text) &quot;Ich sch&auml;me mich nicht!&quot;: HIV/AIDS und Menschenrechte in der Dominischen Republkc und Guyana','http://www.amnesty-caribbean.org/de/do/reports/ENGAMR010022006.html'],
	],
	['urgent actions',null, null,
	   ['Archiv',null,null,
		   ['Sorge um Sicherheit/Todesdrohungen ua160/06','http://www.amnesty-caribbean.org/de/do/ua/UA160.html'],
		],   
	],
	['Presseerkl&auml;rungen',null, null,
	],
	['Sonstiges',null, null,
	    ['Petition zu HVI/AIDS',null,null,
	       ['online-Unterschriften','http://www.amnesty-caribbean.org/de/do/petliste/PetlisteHIVde.html'],
	       ['Download deutsch (pdf)','http://www.amnesty-caribbean.org/de/do/petliste/hivaidspetde.pdf'],
	       ['Download spanisch (pdf)','http://www.amnesty-caribbean.org/de/do/petliste/hivaidspetes.pdf'],
	    ],
	    ['Petition f&uuml;r menschenw&uuml;rdige Behandlung',null,null,
	       ['online-Unterschriften','http://www.amnesty-caribbean.org/de/do/petliste/petlistede.html'],
	    ],   
		['Offener Brief an Pr&auml;sident Fern&aacute;ndez', 'http://www.amnesty-caribbean.org/de/do/sonstiges/AMR27_001_2006.html'],
		['Poor and HIV-positve in the Dominican Republic', 'http://www.amnesty-caribbean.org/de/do/sonstiges/wire052006.html'],
	],
	['Kontakt', 'mailto:dominikanischerepublik@amnesty-caribbean.org', null,
	],
	['Home', 'http://www.amnesty-caribbean.org', {'tw' : '_top'},],
];


