var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Weight Loss Products',
    bIsWebPath:true,
    sUrl:'weight_loss_products.html'
},
{   sTitle:'HCG Weight Loss',
    bIsWebPath:true,
    sUrl:'hcg_weight_loss.html'
},
{   sTitle:'Smart Lipo',
    bIsWebPath:true,
    sUrl:'smart_lipo.html'
},
{   sTitle:'Allergy Testing',
    bIsWebPath:true,
    sUrl:'allergy_testing.html',
    sTarget:'_self'
}]
});
