var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Trident Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Employment',
    bIsWebPath:true,
    sUrl:'employlv.html',
    sTarget:'_self'
},
{   sTitle:'Lease Option Program',
    bIsWebPath:true,
    sUrl:'leaseoption.html',"childArray" : [
    {   sTitle:'Cities List',
        bIsWebPath:true,
        sUrl:'locities.html',"childArray" : [
        {   sTitle:'Enroll - Las Vegas, NV',
            bIsWebPath:true,
            sUrl:'enroll-lv-nv.html',
            sTarget:'_self'
        }]
    },
    {   sTitle:'FAQs and Forms',
        bIsWebPath:true,
        sUrl:'faqsforms.html',
        sTarget:'_self'
    },
    {   sTitle:'Owner Requirements',
        bIsWebPath:true,
        sUrl:'losellers.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Investor Program',
    bIsWebPath:true,
    sUrl:'investor.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Classic lease option',
        bIsWebPath:true,
        sUrl:'investorclassic.html',
        sTarget:'_self'
    },
    {   sTitle:'Sandwich Lease Option',
        bIsWebPath:true,
        sUrl:'investorsandwich.html',
        sTarget:'_self'
    },
    {   sTitle:'Flip Program',
        bIsWebPath:true,
        sUrl:'investorflip.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Open A Local Office',
    bIsWebPath:true,
    sUrl:'office.html',
    sTarget:'_self'
},
{   sTitle:'Credit',
    bIsWebPath:true,
    sUrl:'credit.html',
    sTarget:'_self',"childArray" : [
    {   sTitle:'Personal Credit',
        bIsWebPath:true,
        sUrl:'personalcredit.html',
        sTarget:'_self'
    },
    {   sTitle:'Corporate Credit',
        bIsWebPath:true,
        sUrl:'corpcredit.html',
        sTarget:'_self'
    }]
},
{   sTitle:'Marketing',
    bIsWebPath:true,
    sUrl:'marketing.html',
    sTarget:'_self'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
