var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Show Team',
    'bIsWebPath':true,
    'sUrl':'family.html'
},
{   'sTitle':'Litters',
    'bIsWebPath':true,
    'sUrl':'litters.html'
},
{   'sTitle':'Registration',
    'bIsWebPath':true,
    'sUrl':'registration.html'
},
{   'sTitle':'Our Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Care',
    'bIsWebPath':true,
    'sUrl':'care.html'
},
{   'sTitle':'Feeding',
    'bIsWebPath':true,
    'sUrl':'feeding.html'
},
{   'sTitle':'Health Care',
    'bIsWebPath':true,
    'sUrl':'health.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact_us.html'
}]
});
