var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'kattentrimmen',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'huisdierservice',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'webshop',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'pagina7.html'
}]
});
