var MENU_ITEMS = [
	['Start', '/', null ],
	['Unternehmen', 'unternehmen_history.php', null,
		['Jobs', 'unternehmen_jobs.php'],
        ['History', 'unternehmen_history.php']
	],
	['Händler', 'haendlersuche_gm.php', null,
        ['Für Händler', null, null,
            ['Händler werden', 'haendlerwerden.php'],
            ['Händler Login', 'http://www.sachs-bikes-haendler.de']
        ],
		['Händler weltweit', 'haendlerweltweit.php'],
        ['Händlersuche', 'haendlersuche_gm.php']
	],
	['News/Events', 'news.php'],
    ['Downloads', 'downloads.php']
];

/*
var MENU_SCOPE = {

};
*/


/*
var MENU_ITEMS = [
    Adjusting cell width:
    ['Start', '/', null, {'sw':200} ],

...
        Adjusting cell height:
        ['Händlersuche', 'haendlersuche.php', {'sh':18} ],
*/