var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Kennels',
    bIsWebPath:true,
    sUrl:'kennels.html'
},
{   sTitle:'Cattery',
    bIsWebPath:true,
    sUrl:'cattery.html'
},
{   sTitle:'Small Animals',
    bIsWebPath:true,
    sUrl:'sa.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
