var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'sUrl':'http://drpipercenter.org/index.htm'
},
{   'sTitle':'About',
    'sUrl':'http://drpipercenter.org/about.htm',"childArray" : [
    {   'sTitle':'Dr. Ella Piper',
        'sUrl':'http://drpipercenter.org/aboutdrpiper.htm'
    },
    {   'sTitle':'Board of Directors',
        'sUrl':'http://drpipercenter.org/board.htm'
    },
    {   'sTitle':'Calendar',
        'sUrl':'http://drpipercenter.org/calendar.htm'
    },
    {   'sTitle':'Resources',
        'sUrl':'http://drpipercenter.org/resources.htm'
    },
    {   'sTitle':'Donors',
        'sUrl':'http://drpipercenter.org/donors.htm'
    }]
},
{   'sTitle':'Programs',
    'sUrl':'http://drpipercenter.org/programs.htm',"childArray" : [
    {   'sTitle':'Senior Employment',
        'sUrl':'http://drpipercenter.org/senioremployment.htm'
    },
    {   'sTitle':'Community Connection',
        'sUrl':'http://drpipercenter.org/communityconnection.htm'
    },
    {   'sTitle':'Senior Companion',
        'sUrl':'http://drpipercenter.org/seniorcompanion.htm'
    },
    {   'sTitle':'Foster Grandparent',
        'sUrl':'http://drpipercenter.org/fostergrandparent.htm'
    }]
},
{   'sTitle':'Media',
    'sUrl':'http://drpipercenter.org/media.htm'
},
{   'sTitle':'Give',
    'sUrl':'http://drpipercenter.org/give.htm',"childArray" : [
    {   'sTitle':'Sponsor',
        'sUrl':'http://drpipercenter.org/sponsor.htm'
    },
    {   'sTitle':'Volunteer',
        'sUrl':'http://drpipercenter.org/volunteer.htm'
    }]
},
{   'sTitle':'Contact Us',
    'sUrl':'http://drpipercenter.org/contact.htm'
}]
});
