var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'AZDFI',
    bIsExternal:true,
    sUrl:'http://www.azdfi.gov',
    sTarget:'_blank'
},
{   sTitle:'NMLS',
    bIsExternal:true,
    sUrl:'http://mortgage.nationwidelicensingsystem.org/Pages/default.aspx',
    sTarget:'_blank'
},
{   sTitle:'Vendors',
    bIsWebPath:true,
    sUrl:'vendors.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
