var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Our Field',
    bIsWebPath:true,
    sUrl:'ourfield.html',
    sTarget:'_self'
},
{   sTitle:'Join',
    bIsWebPath:true,
    sUrl:'join.html',
    sTarget:'_self'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',
    sTarget:'_self'
},
{   sTitle:'Pictures',
    bIsWebPath:true,
    sUrl:'pictures.html',
    sTarget:'_self'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
}]
});
