var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Services',
        bIsWebPath:true,
        sUrl:'services.html'
    },
    {   sTitle:'Our Firm',
        bIsWebPath:true,
        sUrl:'ourfirm.html'
    },
    {   sTitle:'Meet Our Agents',
        bIsWebPath:true,
        sUrl:'meetouragents.html'
    }]
},
{   sTitle:'Office/ Retail Space',
    bIsWebPath:true,
    sUrl:'officespace.html'
},
{   sTitle:'Industrial Space',
    bIsWebPath:true,
    sUrl:'page8.html'
},
{   sTitle:'Income Property',
    bIsWebPath:true,
    sUrl:'incomeproperty.html',"childArray" : [
    {   sTitle:'Business Opportunities',
        bIsWebPath:true,
        sUrl:'businessopportunities.html'
    }]
}]
});
