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:'Jr. One Bedroom',
        bIsWebPath:true,
        sUrl:'floorplans_jr_one_bedrooms.html'
    },
    {   sTitle:'One Bedroom; One Bathroom',
        bIsWebPath:true,
        sUrl:'floorplans_one_bedroom_one_bathroom.html'
    },
    {   sTitle:'Two Bedroom; One Bathroom',
        bIsWebPath:true,
        sUrl:'floorplan_two_bedroom_one_bathroom.html'
    },
    {   sTitle:'Two Bedroom; Two Bathroom Type A',
        bIsWebPath:true,
        sUrl:'floorplan_two_bedroom_type_a.html'
    },
    {   sTitle:'Two Bedroom; Two Bathroom Type B',
        bIsWebPath:true,
        sUrl:'floorplans_two_bedroom_type_b.html'
    },
    {   sTitle:'Two Bedroom; Two Bathroom Type C',
        bIsWebPath:true,
        sUrl:'floorplans_two_bedroom_type_c.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'
}]
});
