var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sDescription:'Hillcrest Properties Home Page.',
    sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Managed Properties',
    bIsWebPath:true,
    sUrl:'properties.html',"childArray" : [
    {   sTitle:'Hillcrest Office Park - Waltham MA',
        bIsWebPath:true,
        sUrl:'hillcrest.html',"childArray" : [
        {   sTitle:'210 Bear Hill Road',
            bIsWebPath:true,
            sUrl:'210bearhill.html'
        },
        {   sTitle:'220 Bear Hill Road',
            bIsWebPath:true,
            sUrl:'220bearhill.html'
        },
        {   sTitle:'240 Bear Hill Road',
            bIsWebPath:true,
            sUrl:'240bearhill.html'
        },
        {   sTitle:'260 Bear Hill Road',
            bIsWebPath:true,
            sUrl:'260bearhill.html'
        }]
    },
    {   sTitle:'Cross Street Professional Building - Peabody MA',
        bIsWebPath:true,
        sUrl:'39cross.html'
    },
    {   sTitle:'Tenant Information',
        bIsWebPath:true,
        sUrl:'tenantinfo.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Residential Brokerage',
        bIsWebPath:true,
        sUrl:'residential.html',"childArray" : [
        {   sTitle:'Residential Resources',
            bIsWebPath:true,
            sUrl:'resources.html'
        }]
    },
    {   sTitle:'Commercial Brokerage',
        bIsWebPath:true,
        sUrl:'commercial.html'
    },
    {   sTitle:'Property Management',
        bIsWebPath:true,
        sUrl:'management.html'
    }]
},
{   sTitle:'For Lease',
    bIsWebPath:true,
    sUrl:'forlease.html'
},
{   sTitle:'Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
