var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'FHA Financing',
    bIsWebPath:true,
    sUrl:'page60.html',"childArray" : [
    {   sTitle:'FHA 203(b) Home Loans',
        bIsWebPath:true,
        sUrl:'page62.html'
    },
    {   sTitle:'FHA Streamline Refinance',
        bIsWebPath:true,
        sUrl:'page14.html'
    },
    {   sTitle:'FHA/HUD PD $100 Down Program',
        bIsWebPath:true,
        sUrl:'page15.html'
    }]
},
{   sTitle:'VA Financing',
    bIsWebPath:true,
    sUrl:'page71.html'
},
{   sTitle:'USDA Financing',
    bIsWebPath:true,
    sUrl:'page70.html'
},
{   sTitle:'Conventional Financing',
    bIsWebPath:true,
    sUrl:'page61.html',"childArray" : [
    {   sTitle:'Homepath',
        bIsWebPath:true,
        sUrl:'page13.html'
    }]
},
{   sTitle:'Products',
    bIsWebPath:true,
    sUrl:'products.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'page5.html',"childArray" : [
    {   sTitle:'Advertising',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
}]
});