var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'artiesten',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'limousine',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'geluid',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'beeld',
    bIsWebPath:true,
    sUrl:'pagina4.html',"childArray" : [
    {   sTitle:'fotografie',
        bIsWebPath:true,
        sUrl:'fotografie.html'
    }]
},
{   sTitle:'duplicatie',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
