var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'GROEF',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Muzikanten',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Guy Roelofs',
        bIsWebPath:true,
        sUrl:'pagina5.html'
    },
    {   sTitle:'Jenny van Diggelen',
        bIsWebPath:true,
        sUrl:'pagina6.html'
    },
    {   sTitle:'Nele Martens',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    },
    {   sTitle:'Evelien Smits',
        bIsWebPath:true,
        sUrl:'pagina4.html'
    },
    {   sTitle:'Kristien Segers',
        bIsWebPath:true,
        sUrl:'pagina8.html'
    },
    {   sTitle:'Raquel Gigot',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'Arjan van Tricht',
        bIsWebPath:true,
        sUrl:'pagina3.html'
    },
    {   sTitle:'Martin Vermeer',
        bIsWebPath:true,
        sUrl:'pagina9.html'
    },
    {   sTitle:'Jiroh Matulessy',
        bIsWebPath:true,
        sUrl:'pagina7.html'
    },
    {   sTitle:'Rudy Velghe',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    }]
},
{   sTitle:'Foto’s',
    bIsWebPath:true,
    sUrl:'pagina13a.html',"childArray" : [
    {   sTitle:'Foto\'s opnames',
        bIsWebPath:true,
        sUrl:'pagina16a.html'
    },
    {   sTitle:'Foto\'s Cd Presentatie',
        bIsWebPath:true,
        sUrl:'page20.html'
    }]
},
{   sTitle:'Video',
    bIsWebPath:true,
    sUrl:'video.html'
},
{   sTitle:'CD/Itunes',
    bIsWebPath:true,
    sUrl:'cd.html'
},
{   sDescription:'pers, resencies, radio uitzendingen',
    sTitle:'Pers/Radio',
    bIsWebPath:true,
    sUrl:'pers.html',"childArray" : [
    {   sTitle:'Folkroddels',
        bIsWebPath:true,
        sUrl:'page21.html'
    },
    {   sTitle:'Contact',
        bIsWebPath:true,
        sUrl:'page22.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page19.html'
}]
});
