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