var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorBefore:true,
    sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
},
{   sTitle:'projecten',
    bIsWebPath:true,
    sUrl:'projecten.html'
},
{   sTitle:'leafdesnacht',
    bIsWebPath:true,
    sUrl:'leafdesnacht.html'
},
{   sTitle:'biografie',
    bIsWebPath:true,
    sUrl:'biografie.html'
},
{   sTitle:'portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html'
},
{   sTitle:'jannie\'s wall of fame',
    bIsWebPath:true,
    sUrl:'walloffame.html'
},
{   sTitle:'agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'fotogallery',
    bIsWebPath:true,
    sUrl:'fotogallery.html'
},
{   sTitle:'recensies',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'muziek',
    bIsWebPath:true,
    sUrl:'muziek.html',"childArray" : [
    {   sTitle:'workshops',
        bIsWebPath:true,
        sUrl:'workshops.html'
    }]
},
{   sTitle:'youtube',
    bIsWebPath:true,
    sUrl:'youtube.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html',"childArray" : [
    {   sTitle:'referenties',
        bIsWebPath:true,
        sUrl:'referenties.html'
    }]
},
{   sTitle:'download foto',
    bIsWebPath:true,
    sUrl:'download_foto.html'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html'
},
{   sTitle:'sponsor',
    bIsWebPath:true,
    sUrl:'sponsor.html'
}]
});
