var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'veteransA.html'
},
{   sTitle:'Donate',
    bIsWebPath:true,
    sUrl:'Donate.html'
},
{   sTitle:'18th Century',
    bIsWebPath:true,
    sUrl:'18thcentury.html',"childArray" : [
    {   sTitle:'Revolutionary War',
        bIsWebPath:true,
        sUrl:'revolutionary_war.html'
    }]
},
{   sTitle:'19th Century',
    bIsWebPath:true,
    sUrl:'19thcentury.html',"childArray" : [
    {   sTitle:'War of 1812',
        bIsWebPath:true,
        sUrl:'war_of_1812.html'
    },
    {   sTitle:'Civil War',
        bIsWebPath:true,
        sUrl:'civil_war.html'
    }]
},
{   sTitle:'20th Century',
    bIsWebPath:true,
    sUrl:'20thcentury.html',"childArray" : [
    {   sTitle:'World War I',
        bIsWebPath:true,
        sUrl:'wwi.html'
    },
    {   sTitle:'World War II',
        bIsWebPath:true,
        sUrl:'wwii.html'
    },
    {   sTitle:'Korean War',
        bIsWebPath:true,
        sUrl:'korean_war.html'
    },
    {   sTitle:'Vietnam',
        bIsWebPath:true,
        sUrl:'vietnam.html'
    }]
},
{   sTitle:'21st Century',
    bIsWebPath:true,
    sUrl:'21stcentury.html',"childArray" : [
    {   sTitle:'Persian Gulf War',
        bIsWebPath:true,
        sUrl:'persiangulf.html'
    },
    {   sTitle:'War in Afghanistan',
        bIsWebPath:true,
        sUrl:'afghanistan.html'
    },
    {   sTitle:'Iraq War',
        bIsWebPath:true,
        sUrl:'iraq.html'
    }]
},
{   sTitle:'All Wars',
    bIsWebPath:true,
    sUrl:'all_wars.html'
}]
});
