var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about_us.html'
},
{   'sTitle':'Treatments & Pricing',
    'bIsWebPath':true,
    'sUrl':'treatments.html'
},
{   'sTitle':'Parties',
    'bIsWebPath':true,
    'sUrl':'parties.html'
},
{   'sTitle':'Corporate Wellbeing',
    'bIsWebPath':true,
    'sUrl':'corporate _wellbeing.html'
},
{   'sTitle':'Useful Info',
    'bIsWebPath':true,
    'sUrl':'useful_info.html'
},
{   'sTitle':' Feedback Forum',
    'bIsWebPath':true,
    'sUrl':'feedback_forum.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
