var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Wally',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'Article 1',
        bIsWebPath:true,
        sUrl:'article1.html'
    },
    {   sTitle:'Article 2',
        bIsWebPath:true,
        sUrl:'article2.html'
    },
    {   sTitle:'Article 3',
        bIsWebPath:true,
        sUrl:'article 3.html'
    }]
},
{   sTitle:'Kern News',
    bIsWebPath:true,
    sUrl:'news.html',"childArray" : [
    {   sTitle:'High School Reunion',
        bIsWebPath:true,
        sUrl:'hsreunion.html'
    }]
},
{   sTitle:'Genealogy',
    bIsWebPath:true,
    sUrl:'genealogy.html',"childArray" : [
    {   sTitle:'Kern History',
        bIsWebPath:true,
        sUrl:'kernhistory.html',"childArray" : [
        {   sTitle:'History of the Kernmühle',
            bIsWebPath:true,
            sUrl:'kernmuhle.html'
        },
        {   sTitle:'History of Kern Family Names',
            bIsWebPath:true,
            sUrl:'historynames.html'
        },
        {   sTitle:'Kern Family in Germany - Our Heritage',
            bIsWebPath:true,
            sUrl:'germanheritage.html'
        },
        {   sTitle:'Johann Wilhelm Kern Family History',
            bIsWebPath:true,
            sUrl:'johannwilhelm.html'
        },
        {   sTitle:'Immigration to America of the Friedrich Kern Family',
            bIsWebPath:true,
            sUrl:'immigration.html'
        },
        {   sTitle:'Kern Emigration Experience',
            bIsWebPath:true,
            sUrl:'emigration.html',"childArray" : [
            {   sTitle:'Johann Wilhelm Kern',
                bIsWebPath:true,
                sUrl:'jwk-emigration.html'
            },
            {   sTitle:'Maria Sabina Enselberger',
                bIsWebPath:true,
                sUrl:'mse-emigration.html'
            },
            {   sTitle:'Anna Margaretha Auer',
                bIsWebPath:true,
                sUrl:'ama-emigration.html'
            },
            {   sTitle:'Anna Maria Kern',
                bIsWebPath:true,
                sUrl:'amk-emigration.html'
            }]
        }]
    },
    {   sTitle:'Wally Kern Family',
        bIsWebPath:true,
        sUrl:'wkfamily.html',"childArray" : [
        {   sTitle:'Immediate Family',
            bIsWebPath:true,
            sUrl:'immediatefamily.html'
        },
        {   sTitle:'Extended Family',
            bIsWebPath:true,
            sUrl:'extendedfamily.html'
        },
        {   sTitle:'Ancestors',
            bIsWebPath:true,
            sUrl:'ancestors.html'
        }]
    },
    {   sTitle:'News About Kerns',
        bIsWebPath:true,
        sUrl:'kernnews.html',"childArray" : [
        {   sTitle:'Life of Winnie Kern',
            bIsExternal:true,
            sUrl:'http://steamtraction.farmcollector.com/Farm-Life/Winnie-Kern.aspx',
            sTarget:'_blank'
        },
        {   sTitle:'In Memory of Robert \"Matt\" Kern',
            bIsWebPath:true,
            sUrl:'robertkern.html'
        },
        {   sTitle:'In Memory of Arnold Kern',
            bIsWebPath:true,
            sUrl:'akern.html'
        }]
    },
    {   sTitle:'Kern Reunion',
        bIsWebPath:true,
        sUrl:'kernreunion.html',"childArray" : [
        {   sTitle:'2010 Reunion',
            bIsWebPath:true,
            sUrl:'reunion2010.html'
        },
        {   sTitle:'2008 Reunion',
            bIsWebPath:true,
            sUrl:'reunion2008.html'
        }]
    },
    {   sTitle:'Kern Family Tree',
        bIsWebPath:true,
        sUrl:'familytree.html'
    },
    {   sTitle:'Millington News Links',
        bIsWebPath:true,
        sUrl:'millnews.html'
    },
    {   sTitle:'Other Family Histories',
        bIsWebPath:true,
        sUrl:'otherhistories.html',"childArray" : [
        {   sTitle:'Fedder Family',
            bIsWebPath:true,
            sUrl:'fedder.html'
        },
        {   sTitle:'Schmidt Family',
            bIsWebPath:true,
            sUrl:'schmidt.html'
        },
        {   sTitle:'Winkler Family',
            bIsWebPath:true,
            sUrl:'winkler.html'
        },
        {   sTitle:'Weber Family',
            bIsWebPath:true,
            sUrl:'weber.html'
        }]
    }]
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'photos.html',"childArray" : [
    {   sTitle:'2008 Trip to Germany',
        bIsWebPath:true,
        sUrl:'germany2008.html'
    },
    {   sTitle:'2010 Cousin Reunion',
        bIsWebPath:true,
        sUrl:'2010cousins.html'
    }]
}]
});
