var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'gatineau-phytomer-skin-products.html',"childArray" : [
    {   'sTitle':'Gatineau',
        'bIsWebPath':true,
        'sUrl':'gatineau-beauty-products.html'
    },
    {   'sTitle':'Phytomer',
        'bIsWebPath':true,
        'sUrl':'phytomer-beauty-products.html'
    }]
},
{   'sTitle':'Treatments',
    'bIsWebPath':true,
    'sUrl':'beauty-and-body-treatments.html',"childArray" : [
    {   'sTitle':'Gatineau Treatments',
        'bIsWebPath':true,
        'sUrl':'gatineau-beauty-treatments.html'
    },
    {   'sTitle':'Erasyer Treatments',
        'bIsWebPath':true,
        'sUrl':'erayser-skin-treatment.html',"childArray" : [
        {   'sTitle':'Erasyer History',
            'bIsWebPath':true,
            'sUrl':'erayser-treatment-history.html'
        }]
    },
    {   'sTitle':'Ionithermie Treatments',
        'bIsWebPath':true,
        'sUrl':'ionithermie-treatments.html'
    }]
},
{   'sTitle':'Opening Times & Bookings',
    'bIsWebPath':true,
    'sUrl':'opening-times-and-booking-information.html'
},
{   'sTitle':'Prices and Brochures',
    'bIsWebPath':true,
    'sUrl':'prices-and-brochures.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact-the-beauty-zone.html'
}]
});
