var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Housing',
    'bIsWebPath':true,
    'sUrl':'housing.html',"childArray" : [
    {   'sTitle':'Senior Apartments',
        'bIsWebPath':true,
        'sUrl':'apartments.html'
    },
    {   'sTitle':'Assisted Living',
        'bIsWebPath':true,
        'sUrl':'assistedliving.html'
    },
    {   'sTitle':'Nursing Home',
        'bIsWebPath':true,
        'sUrl':'nursinghome.html'
    }]
},
{   'sTitle':'Resident Services',
    'bIsWebPath':true,
    'sUrl':'residentservices.html',"childArray" : [
    {   'sTitle':'Nursing Care',
        'bIsWebPath':true,
        'sUrl':'nursingcare.html'
    },
    {   'sTitle':'On-Site Therapy',
        'bIsWebPath':true,
        'sUrl':'on-sitetherapy.html'
    }]
},
{   'sTitle':'Activities',
    'bIsWebPath':true,
    'sUrl':'activities.html',"childArray" : [
    {   'sTitle':'February 2012 Activities',
        'bIsExternal':true,
        'bIsWebPath':true,
        'sUrl':'2012-02 Activity Calendar.pdf',
        'sTarget':'_self'
    }]
},
{   'sTitle':'Child Care Center',
    'bIsWebPath':true,
    'sUrl':'childcare.html'
},
{   'sTitle':'Foundation',
    'bIsWebPath':true,
    'sUrl':'foundation.html',"childArray" : [
    {   'sTitle':'Donations',
        'bIsWebPath':true,
        'sUrl':'donations.html',"childArray" : [
        {   'sDescription':'Donate to the Good Shepherd Foundation',
            'sTitle':'Donations',
            'bIsAnchor':true,
            'bIsWebPath':true,
            'sUrl':'donations.html#Donations'
        }]
    },
    {   'sTitle':'Sponsors',
        'bIsWebPath':true,
        'sUrl':'sponsors.html'
    }]
},
{   'sTitle':'Fundraising Events',
    'bIsWebPath':true,
    'sUrl':'events.html',"childArray" : [
    {   'sDescription':'Donate to the Good Shepherd Foundation',
        'sTitle':'Donations',
        'bIsAnchor':true,
        'bIsWebPath':true,
        'sUrl':'events.html#Donations'
    }]
},
{   'sTitle':'Job Opportunities',
    'bIsWebPath':true,
    'sUrl':'jobs.html'
},
{   'sTitle':'Administration',
    'bIsWebPath':true,
    'sUrl':'contacts.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
