var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Hout webwinkel',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Bouwmaterialen',
    bIsWebPath:true,
    sUrl:'pagina12.html',"childArray" : [
    {   sTitle:'Hout',
        bIsWebPath:true,
        sUrl:'pagina20.html',"childArray" : [
        {   sTitle:'Balkhout',
            bIsWebPath:true,
            sUrl:'pagina23.html'
        },
        {   sTitle:'Kozijnhout',
            bIsWebPath:true,
            sUrl:'pagina24.html'
        },
        {   sTitle:'Vulhout',
            bIsWebPath:true,
            sUrl:'pagina25.html'
        },
        {   sTitle:'Planken',
            bIsWebPath:true,
            sUrl:'pagina27.html'
        },
        {   sTitle:'Tuinhout',
            bIsWebPath:true,
            sUrl:'pagina26.html'
        }]
    },
    {   sTitle:'Plaatmateriaal',
        bIsWebPath:true,
        sUrl:'pagina18.html',"childArray" : [
        {   sTitle:'MDF',
            bIsWebPath:true,
            sUrl:'pagina28.html'
        },
        {   sTitle:'Ocoume',
            bIsWebPath:true,
            sUrl:'pagina30.html'
        },
        {   sTitle:'Berkentriplex',
            bIsWebPath:true,
            sUrl:'pagina31.html'
        },
        {   sTitle:'Betontriplex',
            bIsWebPath:true,
            sUrl:'pagina29.html'
        },
        {   sTitle:'Trespa',
            bIsWebPath:true,
            sUrl:'pagina33.html'
        }]
    },
    {   sTitle:'Gipsplaten',
        bIsWebPath:true,
        sUrl:'pagina19.html'
    },
    {   sTitle:'Isolatie',
        bIsWebPath:true,
        sUrl:'pagina22.html'
    },
    {   sTitle:'Velux dakramen',
        bIsWebPath:true,
        sUrl:'pagina32.html'
    },
    {   sTitle:'Bevestingsmateriaal',
        bIsWebPath:true,
        sUrl:'pagina21.html'
    }]
},
{   sTitle:'Plinten',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Architraven',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Neuten',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'Radiaotorombouw',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Lambrisering',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Tafelbladen',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'Panelen',
    bIsWebPath:true,
    sUrl:'pagina16.html'
},
{   sTitle:'(sier) Lijsten',
    bIsWebPath:true,
    sUrl:'pagina17.html'
},
{   sTitle:'Meubel accessoires',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'Meubel beslag',
    bIsWebPath:true,
    sUrl:'pagina11.html'
},
{   sTitle:'Bestellen',
    bIsWebPath:true,
    sUrl:'pagina13.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'pagina14.html'
},
{   sTitle:'Hand gereedschap',
    bIsWebPath:true,
    sUrl:'pagina15.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
