var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Animal Adoption Corner',
    'bIsWebPath':true,
    'sUrl':'animal_adoption_corner.html'
},
{   'sTitle':'Latest News',
    'bIsWebPath':true,
    'sUrl':'page19.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about 4 paws dog grooming salon.html'
},
{   'sTitle':'Offers',
    'bIsWebPath':true,
    'sUrl':'grooming salon offers.html'
},
{   'sTitle':'Products',
    'bIsWebPath':true,
    'sUrl':'products.html',"childArray" : [
    {   'sTitle':'Toys and Leads',
        'bIsWebPath':true,
        'sUrl':'toys and leads.html'
    },
    {   'sTitle':'Dog Jumpers ',
        'bIsWebPath':true,
        'sUrl':'jumpers .html'
    },
    {   'sTitle':'Grooming Products',
        'bIsWebPath':true,
        'sUrl':'grooming products.html'
    }]
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'grooming salon services.html'
},
{   'sTitle':'Faq\'s',
    'bIsWebPath':true,
    'sUrl':'grooming faq.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Feedback & Reviews',
    'bIsWebPath':true,
    'sUrl':'feedback & reviews.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
},
{   'sTitle':'Policies',
    'bIsWebPath':true,
    'sUrl':'policies.html'
},
{   'sTitle':'Directions',
    'bIsWebPath':true,
    'sUrl':'directions.html'
}]
});
