var global_navtree = WpNavBar.readTree({
"childArray" : [
{   bSeparatorAfter:true,
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   bSeparatorAfter:true,
    sTitle:'Organization',
    bIsWebPath:true,
    sUrl:'organization.html',"childArray" : [
    {   sTitle:'BC Vision 2020',
        bIsWebPath:true,
        sUrl:'vision2020.html'
    },
    {   sTitle:'Community Profile',
        bIsWebPath:true,
        sUrl:'profile.html',"childArray" : [
        {   sTitle:'History',
            bIsWebPath:true,
            sUrl:'bc_history.html'
        },
        {   sTitle:'Sinaqua Circle',
            bIsWebPath:true,
            sUrl:'bc_sinaqua.html'
        }]
    },
    {   sTitle:'Legacy Project',
        bIsWebPath:true,
        sUrl:'centential.html'
    },
    {   sTitle:'BC Business',
        bIsWebPath:true,
        sUrl:'bc_business.html',"childArray" : [
        {   sTitle:'Business Directory A-C',
            bIsWebPath:true,
            sUrl:'business directory a-c.html'
        },
        {   sTitle:'Business Directory D-R',
            bIsWebPath:true,
            sUrl:'business directory d-r.html'
        },
        {   sTitle:'Business Directory S-Z',
            bIsWebPath:true,
            sUrl:'business directory s-z.html'
        }]
    }]
},
{   sTitle:'Committees',
    bIsWebPath:true,
    sUrl:'committees.html',"childArray" : [
    {   sTitle:'Planning & Zoning',
        bIsWebPath:true,
        sUrl:'p&z.html'
    },
    {   sTitle:'Transportation',
        bIsWebPath:true,
        sUrl:'transportation.html'
    },
    {   sTitle:'Water Resources',
        bIsWebPath:true,
        sUrl:'water.html'
    },
    {   sTitle:'Youth Family & Education',
        bIsWebPath:true,
        sUrl:'youth_family_educ.html'
    },
    {   sTitle:'Open Space and Recreation',
        bIsWebPath:true,
        sUrl:'open_space_rec.html'
    }]
},
{   sTitle:'Meeting Notes',
    bIsWebPath:true,
    sUrl:'meetings.html',"childArray" : [
    {   sTitle:'Meeting Agenda',
        bIsWebPath:true,
        sUrl:'agenda.html'
    },
    {   sTitle:'Report Archives',
        bIsWebPath:true,
        sUrl:'report_archives.html'
    }]
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html',"childArray" : [
    {   sTitle:'News',
        bIsWebPath:true,
        sUrl:'news.html'
    },
    {   sTitle:'Links',
        bIsWebPath:true,
        sUrl:'links.html'
    },
    {   sTitle:'Contact Forum',
        bIsWebPath:true,
        sUrl:'contact_forum.html'
    }]
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'Buzzard Days',
        bIsWebPath:true,
        sUrl:'buzzard_day.html'
    },
    {   sTitle:'July4th',
        bIsWebPath:true,
        sUrl:'july4th.html'
    },
    {   sTitle:'SPOOKTacular',
        bIsWebPath:true,
        sUrl:'spooktacular.html'
    }]
}]
});
