var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Start pagina',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Lucht buksen',
    bIsWebPath:true,
    sUrl:'pagina15.html',
    sTarget:'_self'
},
{   sTitle:'Wapens',
    bIsWebPath:true,
    sUrl:'pagina2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Pardini',
        bIsWebPath:true,
        sUrl:'pagina4.html',
        sTarget:'_self'
    },
    {   sTitle:'Canik55',
        bIsWebPath:true,
        sUrl:'pagina5.html',
        sTarget:'_self'
    },
    {   sTitle:'Morini',
        bIsWebPath:true,
        sUrl:'pagina6.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Herlaad apparatuur',
    bIsWebPath:true,
    sUrl:'pagina3.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'RCBS',
        bIsWebPath:true,
        sUrl:'pagina7.html',
        sTarget:'_self'
    },
    {   sTitle:'LEE',
        bIsWebPath:true,
        sUrl:'pagina8.html',
        sTarget:'_self'
    },
    {   sTitle:'SmartReloader',
        bIsWebPath:true,
        sUrl:'pagina9.html',
        sTarget:'_self'
    },
    {   sTitle:'Lyman',
        bIsWebPath:true,
        sUrl:'pagina12.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Schietkleding',
    bIsWebPath:true,
    sUrl:'pagina10.html',
    sTarget:'_self'
},
{   sTitle:'Web winkel',
    sUrl:'http://www.whd.nl/webwinkel',
    sTarget:'_blank'
},
{   sTitle:'WHD winkel',
    bIsWebPath:true,
    sUrl:'pagina13.html',
    sTarget:'_self'
},
{   sTitle:'Reactie pagina',
    bIsWebPath:true,
    sUrl:'pagina14.html',
    sTarget:'_self'
}]
});