var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Gramercy Park',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Floor Plans',
    'bIsWebPath':true,
    'sUrl':'floorplans.html'
},
{   'sTitle':'Amenities',
    'bIsWebPath':true,
    'sUrl':'page5.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'page4.html'
},
{   'sTitle':'Activities',
    'bIsWebPath':true,
    'sUrl':'activities.html'
},
{   'bSeparatorBefore':true,
    'bSeparatorAfter':true,
    'sTitle':'Here\'s What Our Members Say',
    'bIsWebPath':true,
    'sUrl':'testimonials.html'
}]
});
