var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Minutes',
    bIsWebPath:true,
    sUrl:'minutes.html'
},
{   sTitle:'Public Service',
    bIsWebPath:true,
    sUrl:'public_service.html'
},
{   sTitle:'Programs',
    bIsWebPath:true,
    sUrl:'programs.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'Field Day 2010',
        bIsWebPath:true,
        sUrl:'fieldday.html'
    }]
}]
});
