var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'aboutus.html',"childArray" : [
    {   sTitle:'Office Info',
        bIsWebPath:true,
        sUrl:'hours.html'
    }]
},
{   sTitle:'Patient Care',
    bIsWebPath:true,
    sUrl:'patientcare.html',"childArray" : [
    {   sTitle:'Car Sick',
        bIsWebPath:true,
        sUrl:'carsick.html'
    },
    {   sTitle:'Laser Surgery',
        bIsWebPath:true,
        sUrl:'laser.html',"childArray" : [
        {   sTitle:'Laser Therapy Video (YouTube)',
            bIsWebPath:true,
            sUrl:'laservideo.html'
        },
        {   sTitle:'Laser Therapy',
            bIsAnchor:true,
            bIsWebPath:true,
            sUrl:'laser.html#Laser'
        }]
    },
    {   sTitle:'ProHeart',
        bIsWebPath:true,
        sUrl:'proheart.html'
    },
    {   sTitle:'Senior Care',
        bIsWebPath:true,
        sUrl:'senior.html'
    }]
},
{   sTitle:'Boarding & Grooming',
    bIsWebPath:true,
    sUrl:'boarding.html',"childArray" : [
    {   sTitle:'Video Tour (YouTube)',
        bIsWebPath:true,
        sUrl:'boarding_tour.html'
    }]
},
{   sTitle:'Online Services',
    bIsExternal:true,
    sUrl:'http://www.hillviewvet.vetsuite.com/Templates/puppylove.aspx',
    sTarget:'_blank'
},
{   sTitle:'Newsletter',
    bIsExternal:true,
    sUrl:'http://www.aahahealthypet.com/PetCare/petsmatter/issue.aspx?new_key=b83bef9c-3367-400e-88e7-9ac3da71419d&type=VSN',
    sTarget:'_blank'
},
{   sTitle:'Specials',
    bIsWebPath:true,
    sUrl:'specials.html'
},
{   sTitle:'Testimonials',
    bIsWebPath:true,
    sUrl:'testimonials.html'
},
{   sTitle:'FAQ\'s',
    bIsWebPath:true,
    sUrl:'faq.html',"childArray" : [
    {   sTitle:'FAQ - Dental',
        bIsWebPath:true,
        sUrl:'dentalfaq.html'
    },
    {   sTitle:'Articles',
        bIsExternal:true,
        sUrl:'http://www.hillviewvet.vetsuite.com/Templates/ContentPages/Articles/ArticlesContent.aspx',
        sTarget:'_blank'
    },
    {   sTitle:'Satisfaction Survey',
        bIsExternal:true,
        sUrl:'http://www.hillviewvet.vetsuite.com/Templates/ContentPages/Forms/ShowForm.aspx?currentquiz=332',
        sTarget:'_blank'
    }]
}]
});