var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'about_us.html'
    },
    {   sTitle:'History',
        bIsWebPath:true,
        sUrl:'history.html'
    }]
},
{   sTitle:'Calendar',
    bIsWebPath:true,
    sUrl:'calendar.html'
},
{   sTitle:'Location',
    bIsWebPath:true,
    sUrl:'location.html'
},
{   sTitle:'New Members',
    bIsWebPath:true,
    sUrl:'new_members.html'
},
{   sTitle:'Squadron Mission',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Emergency Services',
        bIsWebPath:true,
        sUrl:'es.html'
    },
    {   sTitle:'Cadet Programs',
        bIsWebPath:true,
        sUrl:'cadet_programs.html',"childArray" : [
        {   sTitle:'Cadet Aerospace',
            bIsWebPath:true,
            sUrl:'cadet aerospace.html'
        },
        {   sTitle:'Cadet Leadership',
            bIsWebPath:true,
            sUrl:'cadet leadership.html'
        },
        {   sTitle:'Cadet Activiteis',
            bIsWebPath:true,
            sUrl:'cadet activiteis.html'
        }]
    },
    {   sTitle:'Aerospace Education',
        bIsWebPath:true,
        sUrl:'aerospce_education.html'
    }]
},
{   sTitle:'Public Affairs',
    bIsWebPath:true,
    sUrl:'pao.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Other Links',
    bIsExternal:true,
    sUrl:'',
    sTarget:'_self',"childArray" : [
    {   sTitle:'National Headquarters HQ (CAP)',
        bIsExternal:true,
        sUrl:'http://www.gocivilairpatrol.com'
    },
    {   sTitle:'Southwest Region HQ (SWR)',
        bIsExternal:true,
        sUrl:'http://swr.cap.gov/'
    },
    {   sTitle:'Texas Wing HQ (TX)',
        bIsExternal:true,
        sUrl:'http://www.txwgcap.org'
    },
    {   sTitle:'Texas Group II  HQ (SWR-TX-020)',
        bIsExternal:true,
        sUrl:'http://group2txwing.net/'
    },
    {   sTitle:'Denton Composite Squadron (SWR-TX-413)',
        bIsExternal:true,
        sUrl:'http://dentoncap.org/'
    },
    {   sTitle:'eServices',
        bIsExternal:true,
        sUrl:'https://www.capnhq.gov/CAP.eServices.Web/default.aspx?ReturnUrl=/CAP.eServices.Web/eServices.aspx'
    },
    {   sTitle:'Texas Wing Cadet Programs',
        bIsExternal:true,
        sUrl:'http://www.texascadet.org/'
    },
    {   sTitle:'Cadet Stuff Dot Org',
        bIsExternal:true,
        sUrl:'http://www.cadetstuff.org/'
    },
    {   sTitle:'Vanguard Store',
        bIsExternal:true,
        sUrl:'http://www.vanguardmil.com/index.php?main_page=index&cPath=6&old='
    },
    {   sTitle:'Civil Air Patrol Regulations Indexes, Regulations and Manuals',
        bIsExternal:true,
        bIsWebPath:true,
        sUrl:'index.html'
    },
    {   sTitle:'Civil Air Patrol Pamphlets',
        bIsExternal:true,
        sUrl:'http://www.capmembers.com/forms_publications__regulations/pamphlets.cfm'
    },
    {   sTitle:'Civil Air Patrol Forms',
        bIsExternal:true,
        sUrl:'http://www.capmembers.com/forms_publications__regulations/forms.cfm'
    },
    {   sTitle:'Civil Air Patrol Publications Bulletin',
        bIsExternal:true,
        sUrl:'http://www.capmembers.com/forms_publications__regulations/publications_bulletin.cfm'
    }]
}]
});
