var customnavtree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'about',
    bIsWebPath:true,
    sUrl:'about.html',
    sTarget:'_self'
},
{   sTitle:'contact',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'clients',
    bIsWebPath:true,
    sUrl:'clients.html',
    sTarget:'_self'
},
{   sTitle:'news',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
},
{   sTitle:'services',
    bIsWebPath:true,
    sUrl:'services.html',
    sTarget:'_self'
},
{   sTitle:'links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});