var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'HOME',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'ABOUT US',
    bIsWebPath:true,
    sUrl:'about.html',"childArray" : [
    {   sTitle:'THE TEAM',
        bIsWebPath:true,
        sUrl:'theteam.html'
    },
    {   sTitle:'THE VANS',
        bIsWebPath:true,
        sUrl:'page12.html'
    }]
},
{   sTitle:'SERVICES',
    bIsWebPath:true,
    sUrl:'services1.html',"childArray" : [
    {   sTitle:'WALKING',
        bIsWebPath:true,
        sUrl:'walking1.html',"childArray" : [
        {   sTitle:'VIDEO OF A WALK',
            bIsWebPath:true,
            sUrl:'videoofawalk.html'
        }]
    },
    {   sTitle:'BOARDING',
        bIsWebPath:true,
        sUrl:'page4.html'
    },
    {   sTitle:'PET TAXI',
        bIsWebPath:true,
        sUrl:'pettaxi.html'
    },
    {   sTitle:'FEEDING',
        bIsWebPath:true,
        sUrl:'feeding.html'
    }]
},
{   sTitle:'GALLERY',
    bIsWebPath:true,
    sUrl:'gallery.html',"childArray" : [
    {   sTitle:'GALLERY',
        bIsWebPath:true,
        sUrl:'page18.html'
    },
    {   sTitle:'Paws in the Park 2011',
        bIsWebPath:true,
        sUrl:'PawsInThePark2011.html'
    }]
},
{   sTitle:'TESTIMONIALS',
    bIsWebPath:true,
    sUrl:'testamonialsl.html'
},
{   sTitle:'CONTACT',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'LINKS',
    bIsWebPath:true,
    sUrl:'link.html'
}]
});
