var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Vision/Mission Statements',
    bIsWebPath:true,
    sUrl:'vision_mission_statements.html'
},
{   sTitle:'Members/Join',
    bIsWebPath:true,
    sUrl:'members.html'
},
{   sTitle:'The Continuing Campaign',
    bIsWebPath:true,
    sUrl:'continuing_campaign.html',"childArray" : [
    {   sTitle:'Photos of NVRBF Events',
        bIsWebPath:true,
        sUrl:'photos.html'
    }]
},
{   sTitle:'GOP Links',
    bIsWebPath:true,
    sUrl:'page5.html'
}]
});
