var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Animals',
    'bIsWebPath':true,
    'sUrl':'animals.html',"childArray" : [
    {   'sTitle':'Adoption',
        'bIsWebPath':true,
        'sUrl':'adoption.html',"childArray" : [
        {   'sTitle':'Adopt a Dog',
            'bIsWebPath':true,
            'sUrl':'adoptadog.html'
        },
        {   'sTitle':'Adopt a Cat',
            'bIsWebPath':true,
            'sUrl':'adoptacat.html'
        },
        {   'sTitle':'Adopt a Small Animal',
            'bIsWebPath':true,
            'sUrl':'adoptasmallanimal.html'
        }]
    },
    {   'sTitle':'Fostering',
        'bIsWebPath':true,
        'sUrl':'fostering.html'
    },
    {   'sTitle':'Happy Endings',
        'bIsWebPath':true,
        'sUrl':'happyendings.html'
    },
    {   'sTitle':'Private Cat Boarding',
        'bIsWebPath':true,
        'sUrl':'privatecatboarding.html'
    }]
},
{   'sTitle':'Information',
    'bIsWebPath':true,
    'sUrl':'information.html',"childArray" : [
    {   'sTitle':'Volunteering',
        'bIsWebPath':true,
        'sUrl':'volunteering.html'
    },
    {   'sTitle':'Who Are We',
        'bIsWebPath':true,
        'sUrl':'whoarewe.html',"childArray" : [
        {   'sTitle':'Meet The Staff',
            'bIsWebPath':true,
            'sUrl':'meetthestaff.html'
        }]
    },
    {   'sTitle':'Gallery',
        'bIsWebPath':true,
        'sUrl':'gallery.html'
    },
    {   'sTitle':'Media Page',
        'bIsWebPath':true,
        'sUrl':'mediapage1.html'
    },
    {   'sTitle':'Sponsors',
        'bIsWebPath':true,
        'sUrl':'sponsors.html'
    }]
},
{   'sTitle':'Donations',
    'bIsWebPath':true,
    'sUrl':'donations.html',"childArray" : [
    {   'sTitle':'Donation Locations',
        'bIsWebPath':true,
        'sUrl':'donationlocation.html'
    }]
},
{   'sTitle':'Events',
    'bIsWebPath':true,
    'sUrl':'events.html',"childArray" : [
    {   'sTitle':'Upcoming Events',
        'bIsWebPath':true,
        'sUrl':'upcomingevents.html'
    },
    {   'sTitle':'Past Events',
        'bIsWebPath':true,
        'sUrl':'pastevents.html'
    }]
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
