var customnavtree3 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Table/Fixtures',
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Premier',
        bIsWebPath:true,
        sUrl:'premier.html'
    },
    {   sTitle:'MB1',
        bIsWebPath:true,
        sUrl:'mb1.html'
    },
    {   sTitle:'MB2',
        bIsWebPath:true,
        sUrl:'mb2.html',
        sTarget:'_self'
    },
    {   sTitle:'MB3',
        bIsWebPath:true,
        sUrl:'mb3.html',
        sTarget:'_self'
    },
    {   sTitle:'MB4',
        bIsWebPath:true,
        sUrl:'mb4.html',
        sTarget:'_self'
    },
    {   sTitle:'MB5',
        bIsWebPath:true,
        sUrl:'mb5.html',
        sTarget:'_self'
    },
    {   sTitle:'RM1',
        bIsWebPath:true,
        sUrl:'rm1.html',
        sTarget:'_self'
    },
    {   sTitle:'RM2',
        bIsWebPath:true,
        sUrl:'rm2.html',
        sTarget:'_self'
    },
    {   sTitle:'RM3',
        bIsWebPath:true,
        sUrl:'rm3.html',
        sTarget:'_self'
    },
    {   sTitle:'RM4',
        bIsWebPath:true,
        sUrl:'rm4.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
},
{   sTitle:'Team Hub',
    bIsWebPath:true,
    sUrl:'teamhub.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',
    sTarget:'_self'
}]
});
