var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Doel',
        bIsWebPath:true,
        sUrl:'pagina2.html'
    }]
},
{   sTitle:'Toerverslagen',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'4-daagse 2011',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    },
    {   sTitle:'500 mijl 2011',
        bIsWebPath:true,
        sUrl:'pagina14.html'
    }]
},
{   sTitle:'Vol gas 2012',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Link',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina8.html'
}]
});
