var customNavTree6 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'serviceshome.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'abouthome.html',
    sTarget:'_self'
},
{   sTitle:'Clients',
    bIsWebPath:true,
    sUrl:'clientshome.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'newshome.html',
    sTarget:'_self'
},
{   sTitle:'Forms',
    bIsWebPath:true,
    sUrl:'forms.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faqhome.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contacthome.html',
    sTarget:'_self'
}]
});
