var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Videos',
    bIsWebPath:true,
    sUrl:'ODWtestimonials.html',"childArray" : [
    {   sTitle:'Video Testimonials',
        bIsWebPath:true,
        sUrl:'videos.html'
    },
    {   sTitle:'Testimonials',
        bIsWebPath:true,
        sUrl:'testimonials.html'
    },
    {   sTitle:'About Us',
        bIsWebPath:true,
        sUrl:'aboutus.html'
    }]
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'services.html',"childArray" : [
    {   sTitle:'Basic Obedience',
        bIsWebPath:true,
        sUrl:'dogtraining.html'
    },
    {   sTitle:'Aggression and Phobias',
        bIsWebPath:true,
        sUrl:'aggression.phobias.html'
    },
    {   sTitle:'Group classes',
        bIsWebPath:true,
        sUrl:'group.html'
    }]
},
{   sTitle:'Pricing',
    bIsWebPath:true,
    sUrl:'pricing.html'
},
{   sTitle:'Free Tips',
    bIsWebPath:true,
    sUrl:'free.dog.training.html',"childArray" : [
    {   sTitle:'Client articles',
        bIsWebPath:true,
        sUrl:'homework1.html',"childArray" : [
        {   sTitle:'Games to play with your dog',
            bIsWebPath:true,
            sUrl:'gamestoplay.html'
        },
        {   sTitle:'Games NOT to play with your dog',
            bIsWebPath:true,
            sUrl:'bad-dog-games.html'
        },
        {   sTitle:'Commands and their definitions',
            bIsWebPath:true,
            sUrl:'commands.html'
        },
        {   sTitle:'Consultation Review',
            bIsWebPath:true,
            sUrl:'consultation.review.html'
        },
        {   sTitle:'Creating reliable behavior',
            bIsWebPath:true,
            sUrl:'reliable.behavior.html'
        }]
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contactus.html'
}]
});
