var customNavTree13 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Teelt',
    bIsWebPath:true,
    sUrl:'teelt.html',
    sTarget:'_self'
},
{   sTitle:'Broeierij',
    bIsWebPath:true,
    sUrl:'broeirerij.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Marktbroei',
        bIsWebPath:true,
        sUrl:'marktbroei.html',
        sTarget:'_self'
    },
    {   sTitle:'Broeischema',
        bIsWebPath:true,
        sUrl:'flowers.htm',
        sTarget:'_self'
    },
    {   sTitle:'Sortiment-Broei',
        bIsWebPath:true,
        sUrl:'sortmentbroei.html',
        sTarget:'_blank'
    }]
},
{   sTitle:'TriflorNZ',
    bIsWebPath:true,
    sUrl:'triflornz.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Over Triflor',
    bIsWebPath:true,
    sUrl:'overtriflor.html',
    sTarget:'_self'
},
{   sTitle:'Vacatures',
    bIsWebPath:true,
    sUrl:'vacatures.html',
    sTarget:'_self'
}]
});
