var customNavTree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Business Services',
    bIsWebPath:true,
    sUrl:'businesss.html'
},
{   sTitle:'Audit Services',
    bIsWebPath:true,
    sUrl:'audit.html'
},
{   sTitle:'Financial Services',
    bIsWebPath:true,
    sUrl:'financial.html'
},
{   sTitle:'General',
    bIsWebPath:true,
    sUrl:'partners.html',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'about.html'
    },
    {   sTitle:'Careers',
        bIsWebPath:true,
        sUrl:'careers.html'
    },
    {   sTitle:'News & Links',
        bIsWebPath:true,
        sUrl:'links.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
