var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About PINSAVER™',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'What do the Experts say?',
    bIsWebPath:true,
    sUrl:'experts.html',
    sTarget:'_self'
},
{   sTitle:'Corporate Solutions',
    bIsWebPath:true,
    sUrl:'corporate.html',
    sTarget:'_self'
},
{   sTitle:'Your Privacy Assured',
    bIsWebPath:true,
    sUrl:'privacy.html',
    sTarget:'_self'
},
{   sTitle:'Order PINSAVER™',
    bIsWebPath:true,
    sUrl:'order.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});