var customNavTree1 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'index.html',
    sTarget:'_self'
},
{   sTitle:'MMA News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Boxing News',
    bIsWebPath:true,
    sUrl:'boxing news.html'
},
{   sTitle:'Training Videos',
    bIsWebPath:true,
    sUrl:'training-fighting-videos.html',
    sTarget:'_self'
},
{   sTitle:'Gyms',
    bIsWebPath:true,
    sUrl:'gyms.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact-us.html'
}]
});