var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Request More Info',
        bIsWebPath:true,
        sUrl:'request_info.html'
    },
    {   sTitle:'Apply Online',
        bIsWebPath:true,
        sUrl:'apply_online.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:'The Cypress',
        bIsWebPath:true,
        sUrl:'floorplans_thecypress.html'
    },
    {   sTitle:'The Maple',
        bIsWebPath:true,
        sUrl:'floorplans_maple.html'
    },
    {   sTitle:'The Laurel',
        bIsWebPath:true,
        sUrl:'floorplan_thelaurel.html'
    },
    {   sTitle:'The Sawgrass',
        bIsWebPath:true,
        sUrl:'floorplan_thesawgrass.html'
    },
    {   sTitle:'The Willow',
        bIsWebPath:true,
        sUrl:'floorplans_thewillow.html'
    },
    {   sTitle:'The Aspen',
        bIsWebPath:true,
        sUrl:'floorplans_theaspen.html'
    },
    {   sTitle:'The Palm',
        bIsWebPath:true,
        sUrl:'floorplan_thepalm.html'
    },
    {   sTitle:'The Spruce',
        bIsWebPath:true,
        sUrl:'floorplan_thespruce.html'
    },
    {   sTitle:'The Magnolia',
        bIsWebPath:true,
        sUrl:'floorplans_themagnolia.html'
    },
    {   sTitle:'The Oak',
        bIsWebPath:true,
        sUrl:'floorplan_theoak.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'
}]
});
