var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Profil',
    'bIsWebPath':true,
    'sUrl':'profil.html'
},
{   'sTitle':'profile',
    'bIsWebPath':true,
    'sUrl':'profile.html'
},
{   'sTitle':'malerier',
    'bIsWebPath':true,
    'sUrl':'malerier.html'
},
{   'sTitle':'Nyheder',
    'bIsWebPath':true,
    'sUrl':'nyheder.html'
},
{   'sTitle':'Kontakt',
    'bIsWebPath':true,
    'sUrl':'kontakt.html'
}]
});
