var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Forside',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Find Os',
    'bIsWebPath':true,
    'sUrl':'finos.html'
},
{   'sTitle':'Kontakt os',
    'bIsWebPath':true,
    'sUrl':'kontaktos.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Tilbud',
    'bIsWebPath':true,
    'sUrl':'tilbud.html'
},
{   'sTitle':'Job',
    'bIsWebPath':true,
    'sUrl':'job.html'
},
{   'sTitle':'Sponsor',
    'bIsWebPath':true,
    'sUrl':'sponsor.html'
},
{   'sTitle':'Nyheder',
    'bIsWebPath':true,
    'sUrl':'nyheder.html'
}]
});
