var customNavTree5 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Hypotheek',
    bIsWebPath:true,
    sUrl:'hypotheek.html'
},
{   sTitle:'Verzekeringen',
    bIsWebPath:true,
    sUrl:'verzekeringen.html',
    sTarget:'_self'
},
{   sTitle:'Pensioen',
    bIsWebPath:true,
    sUrl:'pensioen.html'
},
{   sTitle:'Financiële planning',
    bIsWebPath:true,
    sUrl:'financieleplanning.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});
