var MENU_ITEMS = [
    ['Domov', 'index.jsp?pageId=0'],
    ['Podjetje','index.jsp?pageId=100', null,
        ['O Nas', 'index.jsp?pageId=101'],
        ['Storitve', 'index.jsp?pageId=102'],
        ['Kontakt', 'index.jsp?pageId=103']
    ],

    ['Produkti','index.jsp?pageId=200', null,

        ['Odprto kodni','index.jsp?pageId=210', null,
            ['Atech Tools', 'index.jsp?pageId=211'],
            ['GNU Gluco Control', 'index.jsp?pageId=212'],
			['jASCOM Pure', 'index.jsp?pageId=213'],
			['Bugzilla-SI', 'index.jsp?pageId=214']
        ],

        ['Komercialni','index.jsp?pageId=240', null,
            ['PIS', 'index.jsp?pageId=241']
        ]
    ],

    ['Partnerji','index.jsp?pageId=300', null,
        ['Widelabs, LLC', 'index.jsp?pageId=301'],
        ['Dika', 'index.jsp?pageId=302'],
        ['Qollective', 'index.jsp?pageId=303'],
        ['Stepisnik Software', 'index.jsp?pageId=304'],
		['automationX', 'index.jsp?pageId=305'],
		['BGN d.o.o.', 'index.jsp?pageId=306']
    ],

    ['Podpora','index.jsp?pageId=400', null,
        ['Forumi', 'index.jsp?pageId=401'],
        ['Bugzilla', 'index.jsp?pageId=402'],
        ['Wiki', 'index.jsp?pageId=403']
    ],
    ['Povezave', 'index.jsp?pageId=500'],
    ['Kontakt', 'index.jsp?pageId=103'],
];

