var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contacts',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Meetings',
    bIsWebPath:true,
    sUrl:'meetings.html'
},
{   sTitle:'Schedules',
    bIsWebPath:true,
    sUrl:'schedules.html'
},
{   sTitle:'Documents',
    bIsWebPath:true,
    sUrl:'documents.html'
},
{   sTitle:'Scores',
    bIsWebPath:true,
    sUrl:'scores.html'
},
{   sTitle:'Constitution',
    bIsWebPath:true,
    sUrl:'constitution.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Previous Champions',
    bIsWebPath:true,
    sUrl:'pchamps.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
