var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Hjem',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Overnatting',
    'bIsWebPath':true,
    'sUrl':'overnatting.html'
},
{   'sTitle':'Kafe & Pub',
    'bIsWebPath':true,
    'sUrl':'kafe.html'
},
{   'sTitle':'Info',
    'bIsWebPath':true,
    'sUrl':'info.html'
},
{   'sTitle':'Fotogalleri',
    'bIsWebPath':true,
    'sUrl':'fotogalleri.html'
}]
});
