var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Advantages',
        bIsWebPath:true,
        sUrl:'advantages.html'
    },
    {   sTitle:'Process',
        bIsWebPath:true,
        sUrl:'process.html'
    }]
},
{   sTitle:'Cage Free Grooming',
    bIsWebPath:true,
    sUrl:'grooming.html',"childArray" : [
    {   sTitle:'Baths',
        bIsWebPath:true,
        sUrl:'baths.html'
    }]
},
{   sTitle:'Fees',
    bIsWebPath:true,
    sUrl:'fees.html',"childArray" : [
    {   sTitle:'Availability',
        bIsWebPath:true,
        sUrl:'availability.html'
    }]
},
{   sTitle:'Dude Ranch',
    bIsWebPath:true,
    sUrl:'dude.html'
},
{   sTitle:'Client Letters',
    bIsWebPath:true,
    sUrl:'client.html'
},
{   sTitle:'Inquiry',
    bIsWebPath:true,
    sUrl:'inquiry.html'
}]
});
