var customnavtree76 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Company',
    bIsWebPath:true,
    sUrl:'company.html',
    sTarget:'_self'
},
{   sTitle:'Our Team',
    bIsWebPath:true,
    sUrl:'team.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'Privacy',
    bIsWebPath:true,
    sUrl:'privacy.html',
    sTarget:'_self'
},
{   sTitle:'Talk To Us Live',
    bIsWebPath:true,
    sUrl:'talk.html',
    sTarget:'_self'
},
{   sTitle:'Portfolio',
    bIsWebPath:true,
    sUrl:'portfolio.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Skillstrain',
        bIsWebPath:true,
        sUrl:'page12.html',
        sTarget:'_self'
    },
    {   sTitle:'Train4TradeSkills',
        bIsWebPath:true,
        sUrl:'t4tsportfolio.html',
        sTarget:'_self'
    },
    {   sTitle:'Train2Game',
        bIsWebPath:true,
        sUrl:'t2gport.html',
        sTarget:'_self'
    }]
}]
});