var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Internationale markt',
    bIsWebPath:true,
    sUrl:'internationale markt.html'
},
{   sTitle:'SPIN methode',
    bIsWebPath:true,
    sUrl:'spin methode.html'
},
{   sTitle:'Inloggen',
    bIsWebPath:true,
    sUrl:'inloggen.html'
},
{   sTitle:'Vacature',
    bIsWebPath:true,
    sUrl:'vacature.html'
},
{   sTitle:'Informatie',
    bIsWebPath:true,
    sUrl:'informatie.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html'
}]
});