var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Verkoop',
    bIsWebPath:true,
    sUrl:'verkoop.html'
},
{   sTitle:'Occasions',
    bIsWebPath:true,
    sUrl:'occasions.html'
},
{   sTitle:'APK',
    bIsWebPath:true,
    sUrl:'apk.html'
},
{   sTitle:'Werkplaats',
    bIsWebPath:true,
    sUrl:'werkplaats.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Route',
    bIsWebPath:true,
    sUrl:'route.html'
}]
});
