var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'O nás',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Služby',
    'bIsWebPath':true,
    'sUrl':'sluzby.html'
},
{   'sTitle':'Referencie',
    'bIsWebPath':true,
    'sUrl':'referencie.html'
},
{   'sTitle':'Prečo s nami',
    'bIsWebPath':true,
    'sUrl':'snami.html'
},
{   'sTitle':'Kontakt',
    'bIsWebPath':true,
    'sUrl':'kontakt.html'
}]
});
