var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'VASER Liposuction',
    bIsWebPath:true,
    sUrl:'vaserliposuction.html',
    sTarget:'_self'
},
{   sTitle:'Smart Lipo',
    bIsWebPath:true,
    sUrl:'smartlipo.html',
    sTarget:'_self'
},
{   sTitle:'Mesotherapy',
    bIsWebPath:true,
    sUrl:'mesotherapy.html',
    sTarget:'_self'
},
{   sTitle:'Lipodissolve',
    bIsWebPath:true,
    sUrl:'lipodissolve.html',
    sTarget:'_self'
}]
});
