/* Tigra Menu items structure */
var MENU_ITEMS = [
	['kommunal-start', '/index.php?page=kommunal'],
	['kommunal-produkte', '/index.php?page=ko_produkte', null,
		['Profi-Aufsitzmäher', '/index.php?page=ko_aufsitz', null,
			['GR-SERIE', null, null,
				['Modell GR 1600-II', '/index.php?page=ko_aufsitz2&showmodell=gr1600-2'],
				['Modell GR 2100-II', '/index.php?page=ko_aufsitz2&showmodell=gr2100-2']
			],
			
			['F-SERIE', null, null,
				['Modell F 1900', '/index.php?page=ko_aufsitz2&showmodell=f1900'],
				['Modell F 2560', '/index.php?page=ko_aufsitz2&showmodell=f2560'],
				['Modell F 3060', '/index.php?page=ko_aufsitz2&showmodell=f3060'],
				['Modell F 3560', '/index.php?page=ko_aufsitz2&showmodell=f3560'],
				['Modell F 2880', '/index.php?page=ko_aufsitz2&showmodell=f2880'],
				['Modell F 3680', '/index.php?page=ko_aufsitz2&showmodell=f3680']
			],
			
			['G-SERIE', null, null,
				['Modell G 21 Pro', '/index.php?page=ko_aufsitz2&showmodell=g21_pro'],
				['Modell G 21 HD-Pro', '/index.php?page=ko_aufsitz2&showmodell=g21hd_pro'],
				['Modell G 2160', '/index.php?page=ko_aufsitz2&showmodell=G2160']
			],
			
			['ZD-GZD', null, null,
				['Modell GZD 15 LD / HD', '/index.php?page=ko_aufsitz2&showmodell=gzd15ld'],
				['Modell GZD 21', '/index.php?page=ko_aufsitz2&showmodell=gzd21hd'],
				['Modell ZD 21', '/index.php?page=ko_aufsitz2&showmodell=zd21'],
				['Modell ZD 28', '/index.php?page=ko_aufsitz2&showmodell=zd28']
			],
		],
		
		['Kommunaltraktoren (14-50 PS)', '/index.php?page=ko_traktoren', null,
			['B10', null, null,
				['Modell B 1410', '/index.php?page=ko_traktoren2&showmodell=b1410'],
				['Modell B 1610', '/index.php?page=ko_traktoren2&showmodell=b1610']
			],
			
			['BX-SERIE', null, null,
				['Modell BX 2200 D', '/index.php?page=ko_traktoren2&showmodell=bx2200d-e'],
				['Modell BX 2200 E', '/index.php?page=ko_traktoren2&showmodell=bx2200e'],
				['Modell BX 2350', '/index.php?page=ko_traktoren2&showmodell=bx2350']
			],
			
			['B-SERIE', null, null,
				['Modell B 1710', '/index.php?page=ko_traktoren2&showmodell=b1710'],
				['Modell B 2110', '/index.php?page=ko_traktoren2&showmodell=b2110'],
				['Modell B 2410', '/index.php?page=ko_traktoren2&showmodell=b2410'],
				['Modell B 2710', '/index.php?page=ko_traktoren2&showmodell=b2710']
			],
			
			['STV', null, null,
				['Modell STV-32', '/index.php?page=ko_traktoren2&showmodell=STV-32'],
				['Modell STV-36', '/index.php?page=ko_traktoren2&showmodell=STV-36'],
				['Modell STV-40', '/index.php?page=ko_traktoren2&showmodell=STV-40']
			],
			
			['L30-SERIE', null, null,
				['Modell L3200', '/index.php?page=ko_traktoren2&showmodell=L3200'],
				['Modell L3430 DT', '/index.php?page=ko_traktoren2&showmodell=L3430DT'],
				['Modell L3830 DT', '/index.php?page=ko_traktoren2&showmodell=L3830DT'],
				['Modell L4630 GSTC', '/index.php?page=ko_traktoren2&showmodell=L4630GSTC'],
				['Modell L5030 HSTC', '/index.php?page=ko_traktoren2&showmodell=L5030HSTC']
			],
		],
		
		['Universaltraktoren (57-105PS)', '/index.php?page=ko_universal', null,
			['Modell ME 5700', '/index.php?page=ko_universal2&showmodell=me5700'],
			['Modell ME 8200 DTHQ', '/index.php?page=ko_universal2&showmodell=ME8200DTHQ'],
			['Modell ME 9000', '/index.php?page=ko_universal2&showmodell=ME9000'],
			['Modell M 105 S', '/index.php?page=ko_universal2&showmodell=M105S'],
			['Modell ME 8200 DTNQ', '/index.php?page=ko_universal2&showmodell=ME8200DTNQ']
		],
		
		['Mehrzweckfahrzeug RTV', '/index.php?page=ko_mehrzweck', null,
			['RTV 900 G', '/index.php?page=ko_mehrzweck2&showmodell=rtv900g'],
			['RTV 900 W EC', '/index.php?page=ko_mehrzweck2&showmodell=rtv900wec'],
			['RTV 900 R EC', '/index.php?page=ko_mehrzweck2&showmodell=rtv900rec']
		],


		
	],
	['kommunal-haendler', '/index.php?page=haendler'],
	['kommunal-informationen', '#'],
	['kommunal-kontakt', '/index.php?page=ko_kontakt'],
	['kommunal-bereiche', '/index.php', null,
		['Industriemotoren', '/index.php?page=motoren'],
		['Ersatzteile', '/index.php?page=ersatzteile'],
		['Über Kubota', '/index.php?page=kubota'],
		['Kubota Shop', 'http://www.kubota-collection.de']
	]
];

