var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Welkom',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Advies',
    bIsWebPath:true,
    sUrl:'advies.html'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'verkoop.html'
},
{   sTitle:'Animatie',
    bIsWebPath:true,
    sUrl:'voorbeeld1.html'
}]
});
