var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Sylvia',
    bIsWebPath:true,
    sUrl:'sylvia.html'
},
{   sTitle:'Werk in uitvoering',
    bIsWebPath:true,
    sUrl:'werkinuitv.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina13.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Border Collies',
    bIsWebPath:true,
    sUrl:'pagina70.html'
}]
});
