var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Acties',
    bIsWebPath:true,
    sUrl:'pagina2.html'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'pagina3.html'
},
{   sTitle:'Online Bestellen',
    bIsWebPath:true,
    sUrl:'pagina4.html'
},
{   sTitle:'Route',
    bIsWebPath:true,
    sUrl:'pagina5.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'pagina6.html'
},
{   sTitle:'Historie',
    bIsWebPath:true,
    sUrl:'pagina7.html'
}]
});
