var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Biografie',
    bIsWebPath:true,
    sUrl:'biografie.html',"childArray" : [
    {   sTitle:'Muzikale CV',
        bIsWebPath:true,
        sUrl:'cv.html'
    }]
},
{   sTitle:'Bands & Projecten',
    bIsWebPath:true,
    sUrl:'bands.html',"childArray" : [
    {   sTitle:'Big Band Beeg',
        bIsWebPath:true,
        sUrl:'bbb.html'
    },
    {   sTitle:'Willem Vonken Trio',
        bIsWebPath:true,
        sUrl:'willemvonken.html'
    },
    {   sTitle:'Universe',
        bIsWebPath:true,
        sUrl:'universe.html'
    },
    {   sTitle:'PitchLight',
        bIsWebPath:true,
        sUrl:'pitchlight.html'
    },
    {   sTitle:'Re-Percussion',
        bIsWebPath:true,
        sUrl:'repercussion.html'
    },
    {   sTitle:'Ed Gravee',
        bIsWebPath:true,
        sUrl:'ed.html'
    }]
},
{   sTitle:'Drumschool',
    bIsWebPath:true,
    sUrl:'drumschool.html'
},
{   sTitle:'Multimedia',
    bIsWebPath:true,
    sUrl:'multimedia.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
