var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'FIETSEN',
    bIsWebPath:true,
    sUrl:'pagina3.html',"childArray" : [
    {   sTitle:'VOLWASSENEN',
        bIsWebPath:true,
        sUrl:'pagina10.html'
    },
    {   sTitle:'KINDEREN',
        bIsWebPath:true,
        sUrl:'pagina11.html'
    },
    {   sTitle:'HONDEN',
        bIsWebPath:true,
        sUrl:'pagina12.html'
    },
    {   sTitle:'BEZORGING',
        bIsWebPath:true,
        sUrl:'pagina13.html'
    }]
},
{   sTitle:'PRIJSLIJST',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'RESERVEREN',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'SCHOLEN',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'GAS',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'ROUTE EN CONTACT',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'pagina9.html'
}]
});
