var customnavtree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'Lines Represented',
    bIsWebPath:true,
    sUrl:'line.html',
    sTarget:'_self'
},
{   sDescription:'Captec',
    sTitle:'Industry Resources',
    bIsWebPath:true,
    sUrl:'resources.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
}]
});