var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Chapter Officers',
    bIsWebPath:true,
    sUrl:'officers.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Top HOG',
    bIsWebPath:true,
    sUrl:'tophog.html'
},
{   sTitle:'Privacy Info',
    bIsWebPath:true,
    sUrl:'privacyinfo.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
}]
});