var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Waarom',
    bIsWebPath:true,
    sUrl:'waarom.html'
},
{   sTitle:'Info',
    bIsWebPath:true,
    sUrl:'info.html'
},
{   sTitle:'Producten',
    bIsWebPath:true,
    sUrl:'producten.html'
},
{   sTitle:'Shop',
    bIsWebPath:true,
    sUrl:'shop.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
