var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Briards',
    bIsWebPath:true,
    sUrl:'pagina12.html',"childArray" : [
    {   sTitle:'Onze honden',
        bIsWebPath:true,
        sUrl:'pagina17.html',"childArray" : [
        {   sTitle:'Odessa',
            bIsWebPath:true,
            sUrl:'pagina13.html'
        },
        {   sTitle:'Babette',
            bIsWebPath:true,
            sUrl:'pagina14.html'
        },
        {   sTitle:'Gaëlle',
            bIsWebPath:true,
            sUrl:'pagina20.html'
        },
        {   sTitle:'Gijs',
            bIsWebPath:true,
            sUrl:'pagina21.html'
        },
        {   sTitle:'Ghizmo',
            bIsWebPath:true,
            sUrl:'pagina22.html'
        }]
    },
    {   sTitle:'De Pappa ',
        bIsWebPath:true,
        sUrl:'pagina16.html'
    },
    {   sTitle:'Pups',
        bIsWebPath:true,
        sUrl:'pagina18.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'pagina19.html'
    }]
},
{   sTitle:'Uitgeverij',
    bIsWebPath:true,
    sUrl:'pagina6.html',"childArray" : [
    {   sTitle:'Boeken',
        bIsWebPath:true,
        sUrl:'pagina7.html',"childArray" : [
        {   sTitle:'Wurgpoel',
            bIsWebPath:true,
            sUrl:'pagina4.html',"childArray" : [
            {   sTitle:'Wat is daarop uw antwoord?',
                bIsWebPath:true,
                sUrl:'pagina5.html'
            }]
        },
        {   sTitle:'Waar je \'t meest van hebt te zeggen...',
            bIsWebPath:true,
            sUrl:'pagina8.html',"childArray" : [
            {   sTitle:'Fragment ',
                bIsWebPath:true,
                sUrl:'pagina9.html'
            }]
        }]
    }]
},
{   sTitle:'Webshop',
    bIsWebPath:true,
    sUrl:'pagina15.html'
},
{   sTitle:'Boer Dirk ',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Accipiter kleding',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Leder',
        bIsWebPath:true,
        sUrl:'pagina3.html'
    }]
}]
});
