var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Forsiden',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Om chefen',
    'bIsWebPath':true,
    'sUrl':'chefen.html'
},
{   'sTitle':'Informationer',
    'bIsWebPath':true,
    'sUrl':'informationer.html'
},
{   'sTitle':'Produkter',
    'bIsWebPath':true,
    'sUrl':'produkter.html'
},
{   'sTitle':'Support',
    'bIsWebPath':true,
    'sUrl':'onlinesupport.html'
},
{   'sTitle':'Referencer',
    'bIsWebPath':true,
    'sUrl':'referencer.html'
},
{   'sTitle':'Kontakt',
    'bIsWebPath':true,
    'sUrl':'kontakt.html'
}]
});
