var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Home of Paxton Power Gym. Strongman Training, Strongman Contests, Equipment, Info, North American Strongman ',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Links & Resources',
    bIsWebPath:true,
    sUrl:'linksandrresources.html',
    sTarget:'_self'
},
{   sTitle:'Contest Info',
    bIsWebPath:true,
    sUrl:'contestinfo.html',
    sTarget:'_self'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',
    sTarget:'_self'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html',
    sTarget:'_self'
},
{   sTitle:'Power People',
    bIsWebPath:true,
    sUrl:'powerpeople.html',
    sTarget:'_self'
},
{   sTitle:'Team Paxton',
    bIsWebPath:true,
    sUrl:'teampaxton.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Nate Fitzgerald',
        bIsWebPath:true,
        sUrl:'nate.html',
        sTarget:'_self'
    },
    {   sTitle:'Shayna Fitzgerald',
        bIsWebPath:true,
        sUrl:'shayna.html',
        sTarget:'_self'
    },
    {   sTitle:'Justin Warren',
        bIsWebPath:true,
        sUrl:'justin.html',
        sTarget:'_self'
    },
    {   sTitle:'Paul Kuokkanen',
        bIsWebPath:true,
        sUrl:'paul.html',
        sTarget:'_self'
    },
    {   sTitle:'Dave Bourgeois',
        bIsWebPath:true,
        sUrl:'dave.html',
        sTarget:'_self'
    },
    {   sTitle:'Brian Kling',
        bIsWebPath:true,
        sUrl:'brian.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Store',
    bIsWebPath:true,
    sUrl:'store.html',
    sTarget:'_self'
},
{   sTitle:'Forum',
    bIsWebPath:true,
    sUrl:'forum.html',
    sTarget:'_self'
}]
});