var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'intro',
    bIsWebPath:true,
    sUrl:'intro.html',"childArray" : [
    {   sTitle:'Home',
        bIsWebPath:true,
        sUrl:'home.html'
    },
    {   sTitle:'Apply Now',
        bIsWebPath:true,
        sUrl:'applynow.html'
    },
    {   sTitle:'Mortgage Products',
        bIsWebPath:true,
        sUrl:'mortgageproducts.html',"childArray" : [
        {   bSeparatorBefore:true,
            sTitle:'Right Mortgage Smart Mortgage',
            bIsWebPath:true,
            sUrl:'rightsmartmortgage.html'
        },
        {   sTitle:'Our Lending Partners',
            bIsWebPath:true,
            sUrl:'lendingpartners.html'
        }]
    },
    {   sTitle:'Calculators',
        bIsWebPath:true,
        sUrl:'calcs.html'
    },
    {   sTitle:'Rates',
        bIsWebPath:true,
        sUrl:'rates.html'
    },
    {   sTitle:'Education Centre',
        bIsWebPath:true,
        sUrl:'education.html'
    },
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'aboutus.html'
    },
    {   sTitle:'Our Agents',
        bIsWebPath:true,
        sUrl:'ouragents.html'
    },
    {   sTitle:'Join Us',
        bIsWebPath:true,
        sUrl:'joinus.html'
    },
    {   sTitle:'Contact Us',
        bIsWebPath:true,
        sUrl:'contact.html'
    }]
}]
});
