var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'GEAR',
    bIsWebPath:true,
    sUrl:'gear.html'
},
{   sTitle:'STORE LOCATION',
    bIsWebPath:true,
    sUrl:'storelocation.html'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'community.html'
}]
});