var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Battery Park',
    bIsWebPath:true,
    sUrl:'battery_park.htm'
},
{   sTitle:'Belvedere Castle',
    bIsWebPath:true,
    sUrl:'belvedere_castle.htm'
},
{   sTitle:'Brooklyn Bridge',
    bIsWebPath:true,
    sUrl:'brooklyn_bridge.htm'
},
{   sTitle:'Bryant Park',
    bIsWebPath:true,
    sUrl:'bryant_park.htm'
},
{   sTitle:'Central Park',
    bIsWebPath:true,
    sUrl:'central_park.htm'
},
{   sTitle:'Chrysler Building',
    bIsWebPath:true,
    sUrl:'chrysler_building.htm'
},
{   sTitle:'Ellis Island',
    bIsWebPath:true,
    sUrl:'ellis_island.htm'
},
{   sTitle:'Empire State',
    bIsWebPath:true,
    sUrl:'empire_state.htm'
},
{   sTitle:'Flatiron Building',
    bIsWebPath:true,
    sUrl:'flatiron_building.htm'
},
{   sTitle:'Frick Collection',
    bIsWebPath:true,
    sUrl:'frick_collection.htm'
},
{   sTitle:'Gracie Mansion',
    bIsWebPath:true,
    sUrl:'gracie_mansion.htm'
},
{   sTitle:'Grand Central',
    bIsWebPath:true,
    sUrl:'grand_central.htm'
},
{   sTitle:'Grant\'s Tomb',
    bIsWebPath:true,
    sUrl:'grant\'s_tomb.htm'
},
{   sTitle:'Guggenheim',
    bIsWebPath:true,
    sUrl:'guggenheim_museum.htm'
},
{   sTitle:'Intrepid Museum',
    bIsWebPath:true,
    sUrl:'intrepid_museum.htm'
},
{   sTitle:'Metropolitan',
    bIsWebPath:true,
    sUrl:'metropolitan.htm'
},
{   sTitle:'Public Library',
    bIsWebPath:true,
    sUrl:'public_library.htm'
},
{   sTitle:'Radiator Building',
    bIsWebPath:true,
    sUrl:'radiator_building.htm'
},
{   sTitle:'Radio City',
    bIsWebPath:true,
    sUrl:'radio_city.htm'
},
{   sTitle:'Rockefeller Center',
    bIsWebPath:true,
    sUrl:'rockefeller_center.htm'
},
{   sTitle:'Roosevelt Tramway',
    bIsWebPath:true,
    sUrl:'roosevelt_tramway.htm'
},
{   sTitle:'South St Seaport',
    bIsWebPath:true,
    sUrl:'south_street_seaport.htm'
},
{   sTitle:'Staten Island Ferry',
    bIsWebPath:true,
    sUrl:'staten_island_ferry.htm'
},
{   sTitle:'Statue of Liberty',
    bIsWebPath:true,
    sUrl:'statue_of_liberty.htm'
},
{   sTitle:'Times Square',
    bIsWebPath:true,
    sUrl:'times_square.htm'
},
{   sTitle:'Washington Square',
    bIsWebPath:true,
    sUrl:'washington_square.htm'
},
{   sTitle:'Woolworth Building',
    bIsWebPath:true,
    sUrl:'woolworth_building.htm'
},
{   sTitle:'Tips & Tricks',
    bIsWebPath:true,
    sUrl:'tips_&_tricks.htm'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.htm'
}]
});
