var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Startpagina',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Speeltoestellen',
    bIsWebPath:true,
    sUrl:'pagina2.html',"childArray" : [
    {   sTitle:'Speeltorens',
        bIsWebPath:true,
        sUrl:'pagina11.html',"childArray" : [
        {   sTitle:'BSTVH',
            bIsWebPath:true,
            sUrl:'pagina12.html'
        },
        {   sTitle:'BSTKL',
            bIsWebPath:true,
            sUrl:'pagina13.html'
        },
        {   sTitle:'BSTZ',
            bIsWebPath:true,
            sUrl:'pagina14.html'
        }]
    }]
},
{   sTitle:'trampolines',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'gaols',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Tafeltennis',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Openbaar',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Tuinmeubelen',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Dierenverblijven',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Aanbiedingen',
    bIsWebPath:true,
    sUrl:'pagina9.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina10.html'
}]
});
