var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Research',
    bIsWebPath:true,
    sUrl:'Research.html',"childArray" : [
    {   sTitle:'Methodology',
        bIsWebPath:true,
        sUrl:'Methodology.html'
    },
    {   sTitle:'Research Items',
        bIsWebPath:true,
        sUrl:'ResearchItems.html',"childArray" : [
        {   sTitle:'Martin, Josephus',
            bIsWebPath:true,
            sUrl:'Martin_Josephus.html'
        },
        {   sTitle:'Martin, Rankin',
            bIsWebPath:true,
            sUrl:'MartinRankin.html'
        },
        {   sTitle:'Herman H Miller',
            bIsWebPath:true,
            sUrl:'HermanHMiller.html'
        },
        {   sTitle:'Tracking Martin Land',
            bIsWebPath:true,
            sUrl:'TrackingMartinLand.html'
        }]
    }]
},
{   sTitle:'Communities',
    bIsWebPath:true,
    sUrl:'Communities.html'
},
{   sTitle:'Families',
    bIsWebPath:true,
    sUrl:'Families.html',"childArray" : [
    {   sTitle:'Wolfe Family',
        bIsWebPath:true,
        sUrl:'WolfeFamily.html'
    },
    {   sTitle:'Dunnaway, Thompson, Gordon',
        bIsWebPath:true,
        sUrl:'DunnawayThompsonGordon.html'
    },
    {   sTitle:'Martins',
        bIsWebPath:true,
        sUrl:'Martins.html'
    },
    {   sTitle:'Old Journal',
        bIsWebPath:true,
        sUrl:'page18.html'
    }]
},
{   sTitle:'Galleries',
    bIsWebPath:true,
    sUrl:'Galleries.html',"childArray" : [
    {   sTitle:'Berry Days 2010',
        bIsWebPath:true,
        sUrl:'BerryDays2010.html'
    },
    {   sTitle:'Old Martin Photos',
        bIsWebPath:true,
        sUrl:'OldMartinPhotos.html'
    },
    {   sTitle:'Martin Cemetary',
        bIsWebPath:true,
        sUrl:'MartinCemetary.html'
    },
    {   sTitle:'Lewis Wolf 1804',
        bIsWebPath:true,
        sUrl:'LewisWolf1804b.html'
    },
    {   sDescription:'A working journal kept by William Henry Miller & his older, half-brother John Newton Miller ... about 1901 to 1905.  Basically recording of work, pay, borrowing/repayment, and other important things in their working lives.',
        sTitle:'WmHenry & John Newt Miller',
        bIsWebPath:true,
        sUrl:'OldMillerJournal.html',"childArray" : [
        {   sTitle:'Journal10',
            bIsWebPath:true,
            sUrl:'Journal10.html'
        },
        {   sTitle:'Journal20',
            bIsWebPath:true,
            sUrl:'Journal20.html'
        },
        {   sTitle:'Journal30',
            bIsWebPath:true,
            sUrl:'Journal30.html'
        },
        {   sTitle:'Journal40',
            bIsWebPath:true,
            sUrl:'Journal40.html'
        },
        {   sTitle:'Journal50',
            bIsWebPath:true,
            sUrl:'Journal50.html'
        },
        {   sTitle:'Journal60',
            bIsWebPath:true,
            sUrl:'Journal60.html'
        }]
    }]
},
{   sTitle:'About Crooked Creek',
    bIsWebPath:true,
    sUrl:'AboutCrookedCreek.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Gary Miller',
        bIsWebPath:true,
        sUrl:'garymiller.html'
    }]
}]
});