/*
  --- 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 = [
	['Malbuch', null, null,
		['Pressefotografie', '/htm/bildseiten/prefo/index.htm', {'tw':'_top'}],
		['Plakate', '/htm/bildseiten/plaka/index.htm', {'tw':'_top'}],
	],
	['Jahrmarkt', '/htm/bildseiten/jama/index.htm', {'tw':'_top'}],
	['Menschen', null, null,
		['Im Wasser', '/htm/bildseiten/me_wasser/index.htm', {'tw':'_top'}],
		['Daily Life', '/htm/bildseiten/me_daily/index.htm', {'tw':'_top'}],
		['Streetparade', '/htm/bildseiten/me_streetp/index.htm', {'tw':'_top'}],
		['Portraits', '/htm/bildseiten/me_portr/index.htm', {'tw':'_top'}],
	],
	['Stilleben', null, null,
		['Trash', '/htm/bildseiten/sti_trash/index.htm', {'tw':'_top'}],
		['&agrave; table', '/htm/bildseiten/sti_table/index.htm', {'tw':'_top'}],
	],
	['Natur', null, null,
		['Pflanzen', '/htm/bildseiten/nat_pfla/index.htm', {'tw':'_top'}],
		['Fr&uuml;chte und Gem&uuml;se', '/htm/bildseiten/nat_fru/index.htm', {'tw':'_top'}],
		['Wolken', '/htm/bildseiten/nat_wolk/index.htm', {'tw':'_top'}],
		['Wasser', '/htm/bildseiten/nat_was/index.htm', {'tw':'_top'}],
		['Tiere', '/htm/bildseiten/nat_tier/index.htm', {'tw':'_top'}],
	],
	['IOP', '/htm/bildseiten/iop/index.htm', {'tw':'_top'}],
	['9 Dragon Heads', null, null,
		['Korea 2009', '/htm/bildseiten/9dh_09/index.htm', {'tw':'_top'}],
		['Desert 2010', '/htm/bildseiten/9dh_10/index.htm', {'tw':'_top'}],
		['Official Site', 'http://www.9dragonheads.com/', {'tw':'_blank'}],
	],
	['ASUPI', 'http://asupi.ch/', {'tw':'_blank'}
	],
	['HOME', '/index.htm', {'tw':'_top'}],
];
