var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    sUrl:'http://www.hidproblems.com/',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'Auto-Defect-Lawyers.html'
},
{   sTitle:'How HID Works',
    bIsWebPath:true,
    sUrl:'HID-Process-Problems.html'
},
{   sTitle:'Resources',
    bIsWebPath:true,
    sUrl:'Resources.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'Contact.html'
}]
});
