var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html',"childArray" : [
    {   'sTitle':'Crown Heights North',
        'bIsWebPath':true,
        'sUrl':'crown heights north.html',"childArray" : [
        {   'sTitle':'History 2',
            'bIsWebPath':true,
            'sUrl':'history2.html'
        }]
    },
    {   'sTitle':'Calendar',
        'bIsWebPath':true,
        'sUrl':'calendar.html',"childArray" : [
        {   'sTitle':'Upcoming  Events',
            'bIsWebPath':true,
            'sUrl':'upcomingevents.html'
        }]
    },
    {   'sTitle':'CHN Today',
        'bIsWebPath':true,
        'sUrl':'chntoday.html'
    }]
},
{   'sTitle':'Community resources',
    'bIsWebPath':true,
    'sUrl':'community.html'
},
{   'sTitle':'Landmarking',
    'bIsWebPath':true,
    'sUrl':'landmarking.html',"childArray" : [
    {   'sTitle':'Phase  map',
        'bIsWebPath':true,
        'sUrl':'phasemap.html'
    },
    {   'sTitle':'LPC FAQs',
        'bIsWebPath':true,
        'sUrl':'lpcfaqs.html',"childArray" : [
        {   'sTitle':'LPC resources',
            'bIsWebPath':true,
            'sUrl':'lpcresources.html'
        }]
    },
    {   'sTitle':' Landmarking resources',
        'bIsWebPath':true,
        'sUrl':'landmarkinginformation.html'
    },
    {   'sTitle':'Preservation',
        'bIsWebPath':true,
        'sUrl':'preservation.html'
    }]
},
{   'sTitle':'House Tour',
    'bIsWebPath':true,
    'sUrl':'housetour.html'
},
{   'sTitle':'Programs',
    'bIsWebPath':true,
    'sUrl':'programs.html',"childArray" : [
    {   'sTitle':'Antiabandonment',
        'bIsWebPath':true,
        'sUrl':'antiabandonment.html'
    },
    {   'sTitle':'Elkins House',
        'bIsWebPath':true,
        'sUrl':'elkinshouse.html'
    },
    {   'sTitle':'Homeowner Education',
        'bIsWebPath':true,
        'sUrl':'homeownereducation.html'
    }]
},
{   'sTitle':' Galleries',
    'bIsWebPath':true,
    'sUrl':'galleries.html',"childArray" : [
    {   'sTitle':'Historic photos',
        'bIsWebPath':true,
        'sUrl':'historic.html'
    },
    {   'sTitle':'architectural details CHN',
        'bIsWebPath':true,
        'sUrl':'archdetails.html'
    }]
},
{   'sTitle':'About Us',
    'bIsWebPath':true,
    'sUrl':'about us.html',"childArray" : [
    {   'sTitle':'Accomplishments',
        'bIsWebPath':true,
        'sUrl':'accomplishments.html'
    },
    {   'sTitle':'Mission statement',
        'bIsWebPath':true,
        'sUrl':'mission.html'
    },
    {   'sTitle':'Contact us',
        'bIsWebPath':true,
        'sUrl':'contact.html'
    }]
},
{   'sTitle':'Join Us',
    'bIsWebPath':true,
    'sUrl':'joinus.html'
}]
});
