var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'home.html'
},
{   'sTitle':'Treatments',
    'bIsWebPath':true,
    'sUrl':'page11.html',"childArray" : [
    {   'bSeparatorBefore':true,
        'bSeparatorAfter':true,
        'sTitle':'Face & Body',
        'bIsWebPath':true,
        'sUrl':'facials.html'
    },
    {   'sTitle':'Spa Journeys',
        'bIsWebPath':true,
        'sUrl':'spa_journeys.html'
    },
    {   'sTitle':'Hands & Feet',
        'bIsWebPath':true,
        'sUrl':'hands_feet.html'
    },
    {   'sTitle':'Finishing Touches',
        'bIsWebPath':true,
        'sUrl':'finishing.html'
    },
    {   'sTitle':'Mens',
        'bIsWebPath':true,
        'sUrl':'mens.html'
    }]
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'findus.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
}]
});
