var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Staff',
    bIsWebPath:true,
    sUrl:'Staff.html',"childArray" : [
    {   sTitle:'Our House Cats',
        bIsWebPath:true,
        sUrl:'Our-House-Cats.html'
    }]
},
{   sTitle:'Hospital Tour',
    bIsWebPath:true,
    sUrl:'Hospital-Tour.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html',"childArray" : [
    {   sTitle:'Surgery',
        bIsWebPath:true,
        sUrl:'Surgery.html'
    }]
},
{   sTitle:'Pet Care ',
    bIsWebPath:true,
    sUrl:'Pet-Care.html',"childArray" : [
    {   sTitle:'Dog Vaccines',
        bIsWebPath:true,
        sUrl:'Dog-Vaccines.html'
    },
    {   sTitle:'Cat Vaccines',
        bIsWebPath:true,
        sUrl:'Cat-Vaccines.html'
    },
    {   sTitle:'Purina Foods ',
        bIsWebPath:true,
        sUrl:'Purina-Foods.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Contact-Us.html',"childArray" : [
    {   sTitle:'Client Information',
        bIsWebPath:true,
        sUrl:'Client-Information.html'
    }]
},
{   sTitle:'Questions',
    bIsWebPath:true,
    sUrl:'Questions.html'
}]
});