var customNavTree17 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'products.html',
        sTarget:'_self'
    },
    {   sTitle:'BDQ Analysis',
        bIsWebPath:true,
        sUrl:'bdqanalysis.html'
    },
    {   sTitle:'BDQ Monitor',
        bIsWebPath:true,
        sUrl:'bdqmonitor.html'
    },
    {   sTitle:'Pitney Bowes Spectrum',
        bIsWebPath:true,
        sUrl:'spectrum.html',
        sTarget:'_self'
    },
    {   sTitle:'Technical',
        bIsWebPath:true,
        sUrl:'techinical.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'services.html',
        sTarget:'_self'
    },
    {   sTitle:'Analysis',
        bIsWebPath:true,
        sUrl:'analysis.html',
        sTarget:'_self'
    },
    {   sTitle:'Quality Analytics',
        bIsWebPath:true,
        sUrl:'analytics.html',
        sTarget:'_self'
    },
    {   sTitle:'Cleansing',
        bIsWebPath:true,
        sUrl:'cleansing.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Solutions',
    bIsWebPath:true,
    sUrl:'solutions.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'solutions.html',
        sTarget:'_self'
    },
    {   sTitle:'Solvency II',
        bIsWebPath:true,
        sUrl:'solvencyii.html',
        sTarget:'_self'
    },
    {   sTitle:'System Implementation',
        bIsWebPath:true,
        sUrl:'implementation.html',
        sTarget:'_self'
    },
    {   sTitle:'Data Migrations',
        bIsWebPath:true,
        sUrl:'migrations.html',
        sTarget:'_self'
    },
    {   sTitle:'Data Audit',
        bIsWebPath:true,
        sUrl:'audit.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Customers',
    bIsWebPath:true,
    sUrl:'customers.html'
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html',"childArray" : [
    {   sTitle:'Overview',
        bIsWebPath:true,
        sUrl:'company.html',
        sTarget:'_self'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html'
    },
    {   sTitle:'Partners',
        bIsWebPath:true,
        sUrl:'partners.html'
    }]
}]
});
