var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Huis en tuin',
    bIsWebPath:true,
    sUrl:'huis en tuin.html'
},
{   sTitle:'Faciliteiten',
    bIsWebPath:true,
    sUrl:'faciliteiten.html'
},
{   sTitle:'Foto\'s',
    bIsWebPath:true,
    sUrl:'fotos.html'
},
{   sTitle:'Activiteiten',
    bIsWebPath:true,
    sUrl:'activiteiten.html',"childArray" : [
    {   sTitle:'Tempels en oudheden',
        bIsWebPath:true,
        sUrl:'tempels.html'
    },
    {   sTitle:'Actief',
        bIsWebPath:true,
        sUrl:'actief.html'
    },
    {   sTitle:'Natuur',
        bIsWebPath:true,
        sUrl:'natuur.html'
    }]
},
{   sTitle:'Praktische informatie',
    bIsWebPath:true,
    sUrl:'praktische informatie.html'
},
{   sTitle:'Prijzen',
    bIsWebPath:true,
    sUrl:'prijzen.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
