var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'fotoimpressie',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'store',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'behandelingen',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'aanbiedingen',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'prijslijst ',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'openingstijden',
    bIsWebPath:true,
    sUrl:'pagina7.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'pagina8.html'
},
{   sTitle:'stuur een email',
    bIsWebPath:true,
    sUrl:'pagina9.html'
}]
});
