var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Puppy & Beginner Classes',
    bIsWebPath:true,
    sUrl:'obedience.html'
},
{   sTitle:'One to One Training',
    bIsWebPath:true,
    sUrl:'onetoonetraining.html'
},
{   sTitle:'Agility',
    bIsWebPath:true,
    sUrl:'agility.html',"childArray" : [
    {   sTitle:'Members',
        bIsWebPath:true,
        sUrl:'members.html'
    },
    {   sTitle:'Exams',
        bIsWebPath:true,
        sUrl:'exams.html'
    },
    {   sTitle:'Achievements',
        bIsWebPath:true,
        sUrl:'achievements.html'
    },
    {   sTitle:'Fun Results 2012',
        bIsWebPath:true,
        sUrl:'funresults.html',"childArray" : [
        {   sTitle:'2011 Fun Results',
            bIsWebPath:true,
            sUrl:'2011funresults.html'
        }]
    },
    {   sTitle:'Shows',
        bIsWebPath:true,
        sUrl:'shows.html'
    },
    {   sTitle:'Gallery',
        bIsWebPath:true,
        sUrl:'agilitygallery.html'
    },
    {   sTitle:'Video',
        bIsWebPath:true,
        sUrl:'videos.html'
    }]
},
{   sTitle:'Dog Day Care',
    bIsWebPath:true,
    sUrl:'daycare.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Recommendations',
    bIsWebPath:true,
    sUrl:'recommendations.html'
}]
});
