/* --- menu items --- */
var MENU_ITEMS =
[
	['Kereskedelem', 'cegajanlo.htm',
            ['Építőipar', 'cegajanlo.htm'],
            ['Autókereskedés', 'cegajanlo.htm'],
            ['Elektronika', 'cegajanlo.htm'],
            ['Ingatlan', 'cegajanlo.htm'],
            ['Élelmiszer', 'cegajanlo.htm'],
        ],
	['Szolgáltatás', 'cegajanlo.htm',
            ['Vendéglátás', 'cegajanlo.htm'],
            ['Turizmus', 'cegajanlo.htm'],
            ['Könyvvitel', 'cegajanlo.htm'],
            ['Oktatás', 'cegajanlo.htm'],
            ['Hitel', 'cegajanlo.htm'],
        ],
	['Egészségügy', 'cegajanlo.htm',
            ['Orvosok', 'cegajanlo.htm'],
            ['Magánklinikák', 'cegajanlo.htm'],
            ['Eü. intézmények', 'cegajanlo.htm'],
        ],
	['Jog', 'cegajanlo.htm',
            ['Ügyvédek', 'cegajanlo.htm'],
            ['Jogászok', 'cegajanlo.htm'],
            ['Közjegyző', 'cegajanlo.htm'],
        ],
	['Ipar', 'cegajanlo.htm',
            ['Könnyűipar', 'cegajanlo.htm'],
            ['Nehézipar', 'cegajanlo.htm'],
        ],
	['Európai Unió', 'europaiunio.htm',
            ['Hírek', 'hirek.htm'],
            ['Pályázatok', 'palyazatok.htm'],
            ['Üzleti ajánlatok', 'uzletiajanlatok.htm'],
        ],
	['Bemutatkozó', '#',
            ['Főoldal', 'index_main.htm'],
            ['Küldetésünk', 'tajekoztato.htm'],
            ['Médiaajánlat', 'mediaajanlat.htm'],
            ['Írjon nekünk!', 'elerhetosegeink.htm'],
        ],
];

