var customNavTree7 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Informatie',
    bIsWebPath:true,
    sUrl:'informatie.html',
    sTarget:'_self'
}]
});
