var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Huidverbetering',
    bIsWebPath:true,
    sUrl:'huidverbetering.html',"childArray" : [
    {   sTitle:'Environ',
        bIsWebPath:true,
        sUrl:'environ.html'
    },
    {   sTitle:'Crystal Clear',
        bIsWebPath:true,
        sUrl:'crystal-clear.html'
    },
    {   sTitle:'Rimpelreductie',
        bIsWebPath:true,
        sUrl:'rimpelreductie.html'
    }]
},
{   sTitle:'Pure Wellness',
    bIsWebPath:true,
    sUrl:'pure-wellness.html'
},
{   sTitle:'Nagel- & voetstudio',
    bIsWebPath:true,
    sUrl:'nagel-en-voetstudio.html'
},
{   sTitle:'Make-up',
    bIsWebPath:true,
    sUrl:'make-up.html'
},
{   sTitle:'Permanente make-up',
    bIsWebPath:true,
    sUrl:'permanente make-up.html'
},
{   sTitle:'Suikerontharing',
    bIsWebPath:true,
    sUrl:'suikerontharing.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
