var customNavTree2 = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Welcome',
    bIsWebPath:true,
    sUrl:'kennelswelcome.html'
},
{   sTitle:'Kennels',
    bIsWebPath:true,
    sUrl:'kennels.html',"childArray" : [
    {   sTitle:'Boarding Price List',
        bIsWebPath:true,
        sUrl:'boardingpricelist.html'
    },
    {   sTitle:'Booking Form',
        bIsWebPath:true,
        sUrl:'bookingform.html'
    }]
},
{   sTitle:'Cattery',
    bIsWebPath:true,
    sUrl:'catteryabout.html',"childArray" : [
    {   sTitle:'Boarding Price List',
        bIsWebPath:true,
        sUrl:'boarding_pricelist.html'
    },
    {   sTitle:'Booking Form',
        bIsWebPath:true,
        sUrl:'booking_form.html'
    }]
},
{   sTitle:'Grooming',
    bIsWebPath:true,
    sUrl:'grooming.html',"childArray" : [
    {   sTitle:'Grooming Price List',
        bIsWebPath:true,
        sUrl:'groomingpricelist.html'
    }]
},
{   sTitle:'K9 Rehabilitation Centre',
    bIsWebPath:true,
    sUrl:'k9rehabilitationcentre.html',"childArray" : [
    {   sTitle:'Hydrotherapy',
        bIsWebPath:true,
        sUrl:'hydrotherapy.html'
    },
    {   sTitle:'Magnetic Therapy',
        bIsWebPath:true,
        sUrl:'magnetictherapy.html'
    },
    {   sTitle:'Chiropractor',
        bIsWebPath:true,
        sUrl:'chiropractor.html'
    }]
},
{   sTitle:'Pet Taxi',
    bIsWebPath:true,
    sUrl:'pettaxi.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'Directions',
    bIsWebPath:true,
    sUrl:'directions.html'
}]
});
