var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'WW1-1920s',
    bIsWebPath:true,
    sUrl:'ww1-1920s.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Gear',
        bIsWebPath:true,
        sUrl:'us_m1_gear.html',
        sTarget:'_self'
    },
    {   sTitle:'Books',
        bIsWebPath:true,
        sUrl:'us_m1_books.html',
        sTarget:'_self'
    },
    {   sTitle:'Paper',
        bIsWebPath:true,
        sUrl:'us_m1_paper.html',
        sTarget:'_self'
    },
    {   sTitle:'Photos',
        bIsWebPath:true,
        sUrl:'us_m1_photos.html',
        sTarget:'_self'
    },
    {   sTitle:'Insignia',
        bIsWebPath:true,
        sUrl:'us_m1_insignia.html',
        sTarget:'_self'
    },
    {   sTitle:'Awards',
        bIsWebPath:true,
        sUrl:'us_m1_awards.html',
        sTarget:'_self'
    }]
},
{   sTitle:'1930s - WW2',
    bIsWebPath:true,
    sUrl:'1930s-ww2.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Awards',
        bIsWebPath:true,
        sUrl:'us_m2_awards.html',
        sTarget:'_self'
    },
    {   sTitle:'Gear',
        bIsWebPath:true,
        sUrl:'us_m2_gear.html',
        sTarget:'_self'
    },
    {   sTitle:'Books',
        bIsWebPath:true,
        sUrl:'us_m2_books.html',
        sTarget:'_self'
    },
    {   sTitle:'Paper',
        bIsWebPath:true,
        sUrl:'us_m2_paper.html',
        sTarget:'_self',"childArray" : [
        {   sTitle:'Photos',
            bIsWebPath:true,
            sUrl:'us_m2_photos.html',
            sTarget:'_self'
        },
        {   sTitle:'Posters',
            bIsWebPath:true,
            sUrl:'us_m2_posters.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'Uniforms',
        bIsWebPath:true,
        sUrl:'us_m2_uniforms.html',
        sTarget:'_self'
    },
    {   sTitle:'Home Front',
        bIsWebPath:true,
        sUrl:'us_m2_homefront.html',
        sTarget:'_self'
    },
    {   sTitle:'Insignia',
        bIsWebPath:true,
        sUrl:'us_m2_insigia.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Korea - Vietnam',
    bIsWebPath:true,
    sUrl:'korea-vietnam.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Awards',
        bIsWebPath:true,
        sUrl:'us_m3_awards.html',
        sTarget:'_self'
    },
    {   sTitle:'Gear',
        bIsWebPath:true,
        sUrl:'us_m3_gear.html',
        sTarget:'_self'
    },
    {   sTitle:'Books',
        bIsWebPath:true,
        sUrl:'us_m3_books.html',
        sTarget:'_self'
    },
    {   sTitle:'Paper',
        bIsWebPath:true,
        sUrl:'us_m3_paper.html',
        sTarget:'_self'
    },
    {   sTitle:'Insignia',
        bIsWebPath:true,
        sUrl:'us_m3_insignia.html',
        sTarget:'_self'
    },
    {   sTitle:'Uniforms',
        bIsWebPath:true,
        sUrl:'us_m3_uniforms.html',
        sTarget:'_self'
    },
    {   sTitle:'Home Front',
        bIsWebPath:true,
        sUrl:'us_m3_homefront.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Cold War',
    bIsWebPath:true,
    sUrl:'cold war.html',
    sTarget:'_self'
},
{   sTitle:'Misc.',
    bIsWebPath:true,
    sUrl:'misc.html',
    sTarget:'_self'
},
{   sTitle:'FAQs',
    bIsWebPath:true,
    sUrl:'faqs.html',
    sTarget:'_self'
},
{   sTitle:'Ordering',
    bIsWebPath:true,
    sUrl:'ordering.html',
    sTarget:'_self'
}]
});