var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Political Contacts',
    bIsWebPath:true,
    sUrl:'politicalcontacts.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'Events.html',"childArray" : [
    {   sTitle:'Golf Tournament',
        bIsWebPath:true,
        sUrl:'golf.html'
    }]
},
{   sTitle:'Memorial',
    bIsWebPath:true,
    sUrl:'memorial.html'
},
{   sTitle:'Meetings',
    bIsWebPath:true,
    sUrl:'meetings.html',"childArray" : [
    {   sTitle:'By-Laws',
        bIsWebPath:true,
        sUrl:'BYLAWS.html'
    }]
},
{   sTitle:'Archives',
    bIsWebPath:true,
    sUrl:'archives.html',"childArray" : [
    {   sTitle:'minutes082509',
        bIsWebPath:true,
        sUrl:'082509MINUTES.html'
    },
    {   sTitle:'meeting 092209',
        bIsWebPath:true,
        sUrl:'meeting092209.html',"childArray" : [
        {   sTitle:'minutes092209',
            bIsWebPath:true,
            sUrl:'minutes092209.html'
        },
        {   sTitle:'agenda012610',
            bIsWebPath:true,
            sUrl:'agenda012610.html'
        }]
    },
    {   sTitle:'minutes102709',
        bIsWebPath:true,
        sUrl:'minutes102709.html'
    },
    {   sTitle:'Agenda112409',
        bIsWebPath:true,
        sUrl:'agenda112409.html'
    },
    {   sTitle:'agenda082509',
        bIsWebPath:true,
        sUrl:'agenda082509.html'
    }]
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'VETprofile',
    bIsWebPath:true,
    sUrl:'vetprofile.html'
},
{   sTitle:'texvetinfo',
    bIsWebPath:true,
    sUrl:'texvetinfo.html'
},
{   sTitle:'golfpics',
    bIsWebPath:true,
    sUrl:'golfpics.html'
},
{   sTitle:'memorial day pics',
    bIsWebPath:true,
    sUrl:'memorialpics.html'
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
}]
});
