var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Pet Information',
    'bIsWebPath':true,
    'sUrl':'petinfo.html',"childArray" : [
    {   'sTitle':'Dogs Info',
        'bIsWebPath':true,
        'sUrl':'dogs.html',"childArray" : [
        {   'sTitle':'Choosing a breed',
            'bIsWebPath':true,
            'sUrl':'dogs-breed.html'
        },
        {   'sTitle':'Vaccinations Info',
            'bIsWebPath':true,
            'sUrl':'dogs-vaccs.html'
        },
        {   'sTitle':'Heartworm Info',
            'bIsWebPath':true,
            'sUrl':'dogs-heart.html'
        },
        {   'sTitle':'Desexing Info',
            'bIsWebPath':true,
            'sUrl':'dogs-desex.html'
        },
        {   'sTitle':'Walking Club',
            'bIsWebPath':true,
            'sUrl':'walking.html'
        }]
    },
    {   'sTitle':'Cats Info',
        'bIsWebPath':true,
        'sUrl':'cats.html',"childArray" : [
        {   'sTitle':'Choosing a breed',
            'bIsWebPath':true,
            'sUrl':'cats-breed.html'
        },
        {   'sTitle':'Vaccinations Info',
            'bIsWebPath':true,
            'sUrl':'cats-vaccs.html'
        },
        {   'sTitle':'Desexing Info',
            'bIsWebPath':true,
            'sUrl':'cats-desex.html'
        },
        {   'sTitle':'Kitten Kindy',
            'bIsWebPath':true,
            'sUrl':'cats-kittenk.html'
        }]
    },
    {   'sTitle':'Rabbits Info',
        'bIsWebPath':true,
        'sUrl':'rabbits.html'
    },
    {   'sTitle':'Birds Info',
        'bIsWebPath':true,
        'sUrl':'birds.html'
    },
    {   'sTitle':'Rats and Mice',
        'bIsWebPath':true,
        'sUrl':'rats.html'
    },
    {   'sTitle':'Guinea Pigs Info',
        'bIsWebPath':true,
        'sUrl':'page45.html'
    },
    {   'sTitle':'Exotics Info',
        'bIsWebPath':true,
        'sUrl':'exotics.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Rehab & Physio',
    'bIsWebPath':true,
    'sUrl':'rehab.html'
},
{   'sTitle':'Puppy Day Care',
    'bIsWebPath':true,
    'sUrl':'puppy-day-care.html'
},
{   'sTitle':'Puppy Pre-School',
    'bIsWebPath':true,
    'sUrl':'pup-preschool.html'
},
{   'sTitle':'Acupuncture',
    'bIsWebPath':true,
    'sUrl':'acupuncture.html'
},
{   'sTitle':'Location',
    'bIsWebPath':true,
    'sUrl':'location.html'
},
{   'sTitle':'Virtual Tour',
    'bIsWebPath':true,
    'sUrl':'tour.html',"childArray" : [
    {   'sTitle':'Reception area',
        'bIsWebPath':true,
        'sUrl':'reception.html'
    },
    {   'sTitle':'Waiting Room',
        'bIsWebPath':true,
        'sUrl':'waiting-room.html'
    },
    {   'sTitle':'Cat Consulting room',
        'bIsWebPath':true,
        'sUrl':'cat-consult.html'
    },
    {   'sTitle':'Dog consulting room 1',
        'bIsWebPath':true,
        'sUrl':'dog-consult1.html'
    },
    {   'sTitle':'Dog Consulting room 2',
        'bIsWebPath':true,
        'sUrl':'dog-consult2.html'
    },
    {   'sTitle':' Treatment & Recovery',
        'bIsWebPath':true,
        'sUrl':'treatment-recov.html'
    },
    {   'sTitle':' Operating Theatre 1',
        'bIsWebPath':true,
        'sUrl':'operating1.html'
    },
    {   'sTitle':'Operating Theatre 2',
        'bIsWebPath':true,
        'sUrl':'operating2.html'
    },
    {   'sTitle':' Ultrasound technology',
        'bIsWebPath':true,
        'sUrl':'ultrasound.html'
    },
    {   'sTitle':'Laboratory',
        'bIsWebPath':true,
        'sUrl':'laboratory.html'
    },
    {   'sTitle':'Radiology',
        'bIsWebPath':true,
        'sUrl':'radiology.html'
    },
    {   'sTitle':'Cat Ward',
        'bIsWebPath':true,
        'sUrl':'cat-ward.html'
    },
    {   'sTitle':'Dog Ward',
        'bIsWebPath':true,
        'sUrl':'dog-ward.html'
    },
    {   'sTitle':'Dental Corner',
        'bIsWebPath':true,
        'sUrl':'dental.html'
    },
    {   'sTitle':'Courtyard',
        'bIsWebPath':true,
        'sUrl':'courtyard.html'
    }]
},
{   'sTitle':'Hours',
    'bIsWebPath':true,
    'sUrl':'hours.html'
},
{   'sTitle':'Staff',
    'bIsWebPath':true,
    'sUrl':'staff.html',"childArray" : [
    {   'sTitle':'Full Time Vets',
        'bIsWebPath':true,
        'sUrl':'staff-vets-full.html'
    },
    {   'sTitle':'Part Time Vets',
        'bIsWebPath':true,
        'sUrl':'staff-vets-part.html'
    },
    {   'sTitle':' Full Time Nurses',
        'bIsWebPath':true,
        'sUrl':'nurses-full.html'
    },
    {   'sTitle':'Casual Nurses',
        'bIsWebPath':true,
        'sUrl':'nurses-cas.html'
    }]
},
{   'sTitle':'Photo Album',
    'bIsWebPath':true,
    'sUrl':'photos.html'
},
{   'sTitle':'Guest Book',
    'bIsWebPath':true,
    'sUrl':'guest.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
