var customNavTree4 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Careers',
    bIsWebPath:true,
    sUrl:'careers.html',
    sTarget:'_self'
},
{   sTitle:'Client List',
    bIsWebPath:true,
    sUrl:'clientlist.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
},
{   sTitle:'Philosophy',
    bIsWebPath:true,
    sUrl:'philosophy.html',
    sTarget:'_self'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html',
    sTarget:'_self'
},
{   sTitle:'Tip Of The Month',
    bIsWebPath:true,
    sUrl:'marketingtiplogin.html',
    sTarget:'_self'
}]
});
