var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bio',
    bIsWebPath:true,
    sUrl:'bio.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Duo',
        bIsWebPath:true,
        sUrl:'duobio.html',
        sTarget:'_self'
    },
    {   sTitle:'Bjorn',
        bIsWebPath:true,
        sUrl:'bjorn.html',
        sTarget:'_self'
    },
    {   sTitle:'Marc',
        bIsWebPath:true,
        sUrl:'marc.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Setlist',
    bIsWebPath:true,
    sUrl:'setlist.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Easy Listening',
        bIsWebPath:true,
        sUrl:'easylistening.html',
        sTarget:'_self'
    },
    {   sTitle:'Pop',
        bIsWebPath:true,
        sUrl:'pop.html',
        sTarget:'_self'
    },
    {   sTitle:'Nederlandstalig',
        bIsWebPath:true,
        sUrl:'nederlandstalig.html',
        sTarget:'_self'
    },
    {   sTitle:'Disco',
        bIsWebPath:true,
        sUrl:'disco.html',
        sTarget:'_self'
    },
    {   sTitle:'Dans',
        bIsWebPath:true,
        sUrl:'dans.html',
        sTarget:'_self'
    },
    {   sTitle:'Rock',
        bIsWebPath:true,
        sUrl:'rock.html',
        sTarget:'_self'
    },
    {   sTitle:'Feest',
        bIsWebPath:true,
        sUrl:'feest.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Media',
    bIsWebPath:true,
    sUrl:'media.html',
    sTarget:'_self'
},
{   sTitle:'Karaoke',
    bIsWebPath:true,
    sUrl:'karaoke.html',
    sTarget:'_self'
},
{   sTitle:'Gastenboek',
    bIsWebPath:true,
    sUrl:'gastenboek.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
