/*
  --- 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 = [
	['Schwimmbecken', null, null,
		['Betonbecken', null, null,
		 /* ['Rohbeton', 'index.php?content=111', null], */
			/* ['SIKA-Beschichtung', 'index.php?content=112', null], */
/* 			['Keramikfliesen', 'index.php?content=113', null], */
/* 			['Glasmosaik', 'index.php?content=114', null], */
/* 			['Natursteine', 'index.php?content=115', null], */
/* 			['Kunststoff', 'index.php?content=116', null], */
			['ISOSTONE', 'index.php?content=117', null]
		],
		['Fertigschwimmbecken', null, null,
			['Riviera Pool', 'index.php?content=121', null]
		],
/* 		['Aufstellbecken', null, null, */
/* 			['Laguna', 'index.php?content=131', null], */
/* 			['Sunny Pool', 'index.php?content=132', null] */
/* 		], */
		['Auskleidungen', 'index.php?content=140', null]
	],
	['&nbsp;&nbsp;Abdeckungen', null, null,
		['Allgemeine Info', 'index.php?content=210', null],
		['Autom. Abdeckungen', null, null,
			['Einbauvarianten', 'index.php?content=221', null]
		],
		['Manuelle Abdeckungen', null, null,
			['Thermo-Roll', 'index.php?content=231', null],
			['Thermo-Schutz-Roll', 'index.php?content=232', null],
			/*['Sol-Thermoplane','index.php?content=233', null],*/
			['Winter-Schutznetz', 'index.php?content=234', null]
		],
		['&Uuml;berdachungen', 'index.php?content=240', null]
	],
	['Technik', null, null,
		['Filteranlagen' ,null ,null,
			['Umw&auml;lzpumpen', 'index.php?content=311', null],
			['Sandfilter', 'index.php?content=312', null],
			['Kartuschenfilter', 'index.php?content=313', null],
			['Mittelschichtfilter', 'index.php?content=314', null],
			['R&uuml;cksp&uuml;lventile', 'index.php?content=315', null],
			['Filtersteuerungen', 'index.php?content=316', null]
/* 			['Filterzubeh&ouml;r', 'index.php?content=317', null] */
		],
		['Mess- und Regeltechnik', null, null,
			['Bromat', 'index.php?content=321', null],
			/* ['pH-Wert', 'index.php?content=322', null], */
			['Poolmanager', 'index.php?content=323', null],
			/* ['Bayrosoft-Star', 'index.php?content=324', null], */
			['Top Clean', 'index.php?content=325', null]
		],
		['Heizungen', null, null,
			['Sonnenkollektoren', 'index.php?content=331', null],
			['W&auml;rmepumpen', 'index.php?content=332', null]
		],
		['Einbauteile', null, null,
			['Leitern', 'index.php?content=341', null],
			['Unterwasserscheinwerfer', 'index.php?content=342', null],
			['Skimmer', 'index.php?content=343', null]
		]
	],
	['Pflege', null, null,
		['Wasseraufbereitung', null, null,
			['Allgemeine Info', 'index.php?content=411', null],
			['pH-Wert', 'index.php?content=412', null],
			['Wasserdesinfektion', null, null,
				['Desinfektion mit Chlor', 'index.php?content=413', null],
				['Desinfektion ohne Chlor', 'index.php?content=414', null]
			],
			['Algenmittel', 'index.php?content=415', null],
			['Spez. Wasserbehandlung', 'index.php?content=416', null]
		],
		['Reinigungsmittel', 'index.php?content=420', null],
		['Reinigungsger&auml;te', null, null,
			['Allgemeine Info','index.php?content=431', null],
			['Dolphin', 'index.php?content=432', null],
			['Robby G3', 'index.php?content=433', null]
		],
/* 		['Pflegetipps', 'index.php?content=440', null], */
		['Probleml&ouml;sungen', 'index.php?content=450', null]
	],
	['Whirlpools', null , null,
		['Allgemeine Info', 'index.php?content=610', null],
		['Pflegeprodukte', 'index.php?content=620', null]

	],

];

