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:'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 Redbud',
        bIsWebPath:true,
        sUrl:'floorplans_theredbud.html'
    },
    {   sTitle:'The Birch',
        bIsWebPath:true,
        sUrl:'floorplans_thebirch.html'
    },
    {   sTitle:'The Maple',
        bIsWebPath:true,
        sUrl:'floorplan_themaple.html'
    },
    {   sTitle:'The Cedar',
        bIsWebPath:true,
        sUrl:'floorplan_thecedar.html'
    },
    {   sTitle:'The Pine',
        bIsWebPath:true,
        sUrl:'floorplans_thepine.html'
    },
    {   sTitle:'The Hickory',
        bIsWebPath:true,
        sUrl:'floorplans_thehickory.html'
    },
    {   sTitle:'The Walnut',
        bIsWebPath:true,
        sUrl:'floorplan_thewalnut.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'
}]
});
