var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Theraflex hot and cold compress packs',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contactnatremed.html',
    sTarget:'_self'
},
{   sTitle:'Privacy policy',
    bIsWebPath:true,
    sUrl:'privacypolicy.html',
    sTarget:'_self'
},
{   sTitle:'Terms of Use',
    bIsWebPath:true,
    sUrl:'termsofuse.html',
    sTarget:'_self'
}]
});
