var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'gemycorrhiseerde landbouw',
    bIsWebPath:true,
    sUrl:'pagina10.html'
},
{   sTitle:'producten',
    bIsWebPath:true,
    sUrl:'producten1234.html'
},
{   sTitle:'login',
    bIsWebPath:true,
    sUrl:'login.html'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'pagina5.html'
}]
});
