/*
  --- 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 = [
	['Startseite', 'index.html'],
		
	['Produkte', null, null,
		['Waffen', 'waffen.htm', null,
			['Freie Pistole', 'freie.htm', null, 
				['FPE', 'w_fp_fpe.htm'],
				['FPM', 'w_fp_fpm.htm']
			],
			['Großkaliber', 'gross.htm', null,
				['GT9/GT45  6"', 'w_gk_gt6.htm'],
				['GT9/GT45  5"', 'w_gk_gt5.htm'],
				['GT45 Luxus Gold 6"', 'w_gk_gt6_gold.htm'],
				['PCS Open', 'w_gk_pcs.htm'],
				['IPSC', 'w_gk_ipsc.htm']
			],
			['Luftpistolen', 'luft.htm', null,
				['K10', 'w_lp_k10.htm'],
				['K10 Junior', 'w_lp_k10jun.htm'],
				['KID', 'w_lp_kid.htm'],
			],
			['Sportpistolen', 'sport.htm', null,
				['SP Edition Kal. 22 l.r.', 'w_sp_sp04.htm'],
				['SP Edition Rapid Fire', 'w_sp_erf.htm'],
				['SP1 elect. Rapid Fire', 'w_sp_sp1rf.htm'],
				['SP1 elect. Sport/Standard', 'w_sp_sp1ss.htm'],
				['HP Edition Kal. 32 S&W', 'w_sp_hpe.htm'],
				['HPE elect. Kal. 32 S&W', 'w_sp_hpee.htm']
			]
			],
	['Zubehör', 'zub.htm'],
	['Fanartikel', 'fan.htm']
	],
	['Schützen', 'schuetzen.htm'],
	['Erfolge', 'erfolge.htm'],
	['Olympia', 'olympia.htm'],
	['Gästebuch', 'gaeste.php'],
	['Kontakt', 'kontakt.htm'],
	['Impressum', 'impressum.htm'],
];

