var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Who we are',
    bIsWebPath:true,
    sUrl:'page2.html',
    sTarget:'_self'
},
{   sTitle:'Operation',
    bIsWebPath:true,
    sUrl:'page3.html',
    sTarget:'_self'
},
{   sTitle:'Question',
    bIsWebPath:true,
    sUrl:'page4.html',
    sTarget:'_self'
},
{   sTitle:'Who is eligible',
    bIsWebPath:true,
    sUrl:'page6.html',
    sTarget:'_self'
},
{   sTitle:'If you are eligible',
    bIsWebPath:true,
    sUrl:'eligible.html',
    sTarget:'_self'
},
{   sTitle:'The Oath',
    bIsWebPath:true,
    sUrl:'page5.html',
    sTarget:'_self'
},
{   sTitle:'Application',
    bIsWebPath:true,
    sUrl:'page7.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Sign-up',
        bIsWebPath:true,
        sUrl:'sign_ up.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html',
    sTarget:'_self'
},
{   sTitle:'TMAN',
    bIsWebPath:true,
    sUrl:'tman.html',
    sTarget:'_self'
},
{   sTitle:'FAQ',
    bIsWebPath:true,
    sUrl:'faq.html',
    sTarget:'_self'
},
{   sTitle:'Attacks Since 911',
    bIsWebPath:true,
    sUrl:'attacks.html',
    sTarget:'_self'
}]
});