var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Boarding',
    bIsWebPath:true,
    sUrl:'dog_boarding.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'dog_training.html'
},
{   sTitle:'Adoption',
    bIsWebPath:true,
    sUrl:'dog_adoption.html'
},
{   sTitle:'Pet Park',
    bIsWebPath:true,
    sUrl:'pet_park.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Butch\'s Blog',
    bIsWebPath:true,
    sUrl:'blog.html'
}]
});
