var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About  Us',
    bIsWebPath:true,
    sUrl:'about_us.html',
    sTarget:'_self'
},
{   sTitle:'Military Records',
    bIsWebPath:true,
    sUrl:'military_records.html',
    sTarget:'_self'
},
{   sTitle:'Census Records',
    bIsWebPath:true,
    sUrl:'census_records.html',
    sTarget:'_self'
},
{   sTitle:'Fees',
    bIsWebPath:true,
    sUrl:'fees.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact_us.html',
    sTarget:'_self'
},
{   sTitle:'Terms and Conditions',
    bIsWebPath:true,
    sUrl:'terms_conditions.html',
    sTarget:'_self'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html',
    sTarget:'_self'
},
{   sTitle:'Site Map',
    bIsWebPath:true,
    sUrl:'site_map.html',
    sTarget:'_self'
}]
});
