var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Onderhoud',
    bIsWebPath:true,
    sUrl:'onderhoud.html'
},
{   sTitle:'Op locatie',
    bIsWebPath:true,
    sUrl:'locatie.html'
},
{   sTitle:'Uitvoeringen',
    bIsWebPath:true,
    sUrl:'uitvoeringen.html'
},
{   sTitle:'Distributeurs',
    bIsWebPath:true,
    sUrl:'distributeurs.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
