var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Request More Information',
        bIsWebPath:true,
        sUrl:'request_info.html'
    },
    {   sTitle:'In the Press',
        bIsWebPath:true,
        sUrl:'in_the_press.html'
    },
    {   sTitle:'Resident Services',
        bIsWebPath:true,
        sUrl:'resident_services.html'
    }]
},
{   sTitle:'Features',
    bIsWebPath:true,
    sUrl:'features.html'
},
{   sTitle:'Photos',
    bIsWebPath:true,
    sUrl:'photos.html'
},
{   sTitle:'Floor Plans',
    bIsWebPath:true,
    sUrl:'floor_plans.html',"childArray" : [
    {   sTitle:'One Bedroom Flat',
        bIsWebPath:true,
        sUrl:'floorplans_onebedroomflat.html'
    },
    {   sTitle:'One Bedroom Flat Alt.',
        bIsWebPath:true,
        sUrl:'floorplans_onebedroomflat_a.html'
    },
    {   sTitle:'Two Bedroom Flat',
        bIsWebPath:true,
        sUrl:'floorplan_twobedroomflatl.html'
    },
    {   sTitle:'Two Bedroom Flat B',
        bIsWebPath:true,
        sUrl:'floorplan_twobedroomflat_b.html'
    },
    {   sTitle:'Three Bedroom Townhouse A',
        bIsWebPath:true,
        sUrl:'floorplans_threebedroomtownhouse_a.html'
    },
    {   sTitle:'Three Bedroom Townhouse B',
        bIsWebPath:true,
        sUrl:'floorplans_threebedroomtownhouse_b.html'
    },
    {   sTitle:'Three Bedroom Townhouse C',
        bIsWebPath:true,
        sUrl:'floorplan_threebedroomtownhouse_c.html'
    },
    {   sTitle:'Three Bedroom Townhouse D',
        bIsWebPath:true,
        sUrl:'floorplan_threebedroomtownhouse_d.html'
    },
    {   sTitle:'Four Bedroom Townhouse',
        bIsWebPath:true,
        sUrl:'floorplans_fourbedroomtownhouse.html'
    }]
},
{   sTitle:'Maps & Directions',
    bIsWebPath:true,
    sUrl:'maps_directions.html'
},
{   sTitle:'In the Neighborhood',
    bIsWebPath:true,
    sUrl:'in_the_neighborhood.html'
},
{   sTitle:'Printable Brochure',
    bIsWebPath:true,
    sUrl:'printable_brochure.html'
}]
});
