// menu_items.js file
// comments block here

var MENU_ITEMS =[
        ["Brillen und Gl&auml;ser", null,
                ["Wie wir &uuml;ber &#34;Sehen&#34; denken...", "denken_ueber_sehen.php"],
                ["Optimale Brillenglasberatung", "glasberatung.php"],
                ["Varilux Physio", "varilux.php"],
                ["Scheyden&reg; Precision Sun Eyewear", "scheyden1.php"]
        ],
        ["Contactlinsen", null,
                ["Contactlinsenanpassung", "cl_anpassung.php"],
                ["Dream Lens", "dream_lens.php"],
                ["Focus Night&amp;Day", "night_day.php"],
                ["FAQ", "cl_faq.php"]
        ],
        ["Optometrie", null,
                ["Augenpr&uuml;fungen", "augenpruefung1.php"],
        ],
        ["Service", null,
                ["Aktuelles", "aktuelles.php"],
                ["F&uuml;hrerscheinsehtest und Passfotos", "fs-sehtest_passfotos.php"],
                ["Impressum", "impressum.php"]
        ],
        ["Sitemap", "sitemap.php"]
];