// menu_items.js file

var MENU_ITEMS =[
	["STELLWERK60", "",
                ["DER NAME", "front_content.php?idcat=4"],
		["KONZEPT", "front_content.php?idcat=5"],
                ["LAGE IN KÖLN", "front_content.php?idcat=11"],
		["STANDORT NIPPES", "front_content.php?idcat=12"]
       ],
	["AUTOFREI", "",
		["WAS IST AUTOFREI", "front_content.php?idcat=8"],
		["WIE LEBE ICH AUTOFREI", "front_content.php?idcat=9"],
		["RECHTLICHE ASPEKTE", "front_content.php?idcat=13"]
	],
	["OBJEKTE", "",
		["ÜBERSICHTSPLAN", "front_content.php?idcat=16"],
                ["EFH Typ A II", "front_content.php?idcat=19"],
                ["EFH Typ B", "front_content.php?idcat=22"],
		["EIGENTUMSWOHNUNG", "front_content.php?idcat=24"],
		["SOLARPASSIV-ETW", "front_content.php?idcat=30"],
                ["SOLARPASSIVHAUS", "front_content.php?idcat=28"],
		["STADTHAUS", "front_content.php?idcat=26"],
                ["MIETWOHNUNGEN BF 41/ 47","front_content.php?idcat=32"]
	],
        ["PRESSE", "",
		["PRESSEMITTEILUNGEN", "front_content.php?idcat=41"],
                ["PRESSESTIMMEN", "front_content.php?idcat=48"],
                ["PRESSEKONTAKT", "front_content.php?idcat=56"],
		["PRESSEDOWNLOADS", "front_content.php?idcat=46"],
		["PRESSEARCHIV", "front_content.php?idcat=57"]   
	],
	["KONTAKT", "",
		["FÜR INTERESSENTEN", "front_content.php?idcat=34"],
		["FIRMEN KONTAKT", "front_content.php?idcat=35"],
		["KONTAKTDATEN", "front_content.php?idcat=36"],
                ["NEWSLETTER", "front_content.php?idcat=37"],
                ["WIR ÜBER UNS", "front_content.php?idcat=3"]
	]
];