var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html',"childArray" : [
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'Photo Gallery',
        bIsWebPath:true,
        sUrl:'gallery.html'
    },
    {   sTitle:'Feedback',
        bIsWebPath:true,
        sUrl:'feedback.html'
    }]
},
{   sTitle:'Grooming Products',
    bIsWebPath:true,
    sUrl:'grooming.html',"childArray" : [
    {   sTitle:'Grooming Tools, Attachments & Filters',
        bIsWebPath:true,
        sUrl:'tools.html'
    },
    {   sTitle:'Specifications',
        bIsWebPath:true,
        sUrl:'equinevac_specs.html'
    },
    {   sTitle:'Product Registration',
        bIsWebPath:true,
        sUrl:'warranty.html'
    },
    {   sTitle:'Built-In Flush Mount EVF',
        bIsWebPath:true,
        sUrl:'builtin.html'
    },
    {   sTitle:'FreeFilterOffer',
        bIsWebPath:true,
        sUrl:'filter_offer.html'
    }]
},
{   sTitle:'Ice Bonnet',
    bIsWebPath:true,
    sUrl:'icebonnet.html'
},
{   sTitle:'Manure Spreader',
    bIsWebPath:true,
    sUrl:'manurespreader.html',"childArray" : [
    {   sTitle:'Specifications',
        bIsWebPath:true,
        sUrl:'spreader_specs.html'
    }]
},
{   sTitle:'Weighing Products',
    bIsWebPath:true,
    sUrl:'weighing.html',"childArray" : [
    {   sTitle:'Specifications',
        bIsWebPath:true,
        sUrl:'preciscale_specs.html'
    }]
},
{   sTitle:'Insect Control',
    bIsWebPath:true,
    sUrl:'automist.html',"childArray" : [
    {   sTitle:'Components',
        bIsWebPath:true,
        sUrl:'automist_components.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
