var customNavTree12 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'FAQs.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Download Help',
    bIsWebPath:true,
    sUrl:'download-page.html',
    sTarget:'_self'
}]
});