var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Massages',
    bIsWebPath:true,
    sUrl:'massage.html',"childArray" : [
    {   sTitle:'Sportmassage',
        bIsWebPath:true,
        sUrl:'sportmassage.html'
    },
    {   sTitle:'Stoelmassage',
        bIsWebPath:true,
        sUrl:'stoelmassage.html'
    },
    {   sTitle:'Ontspanningsmassage',
        bIsWebPath:true,
        sUrl:'ontspanningsmassage.html'
    },
    {   sTitle:'Transdermale magnesiumtherapie',
        bIsWebPath:true,
        sUrl:'transdermalemagnesiumtherapie.html'
    },
    {   sTitle:'Triggerpointtherapie',
        bIsWebPath:true,
        sUrl:'triggerpointtherapie.html'
    }]
},
{   sTitle:'Alpe d’HuZes',
    bIsWebPath:true,
    sUrl:'alpe dhuzes.html'
},
{   sTitle:'Bedrijven',
    bIsWebPath:true,
    sUrl:'bedrijven.html',"childArray" : [
    {   sTitle:'Belastinginformatie',
        bIsWebPath:true,
        sUrl:'belastinginformatie.html'
    }]
},
{   sTitle:'Tarieven',
    bIsWebPath:true,
    sUrl:'tarieven.html',"childArray" : [
    {   sTitle:'Massage Bon',
        bIsWebPath:true,
        sUrl:'massagebon.html'
    },
    {   sTitle:'Verkoop',
        bIsWebPath:true,
        sUrl:'verkoop.html'
    }]
},
{   sTitle:'Nieuws',
    bIsWebPath:true,
    sUrl:'nieuws.html',"childArray" : [
    {   sTitle:'Voeding voor sporters',
        bIsWebPath:true,
        sUrl:'voeding sporters.html'
    }]
},
{   sTitle:'Agenda',
    bIsWebPath:true,
    sUrl:'agenda.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
