var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Club',
    'bIsWebPath':true,
    'sUrl':'club.html'
},
{   'sTitle':'Agility ',
    'bIsWebPath':true,
    'sUrl':'agility.html',"childArray" : [
    {   'sTitle':'Camping1',
        'bIsWebPath':true,
        'sUrl':'camping1.html'
    },
    {   'sTitle':'Camping2',
        'bIsWebPath':true,
        'sUrl':'camping2.html'
    },
    {   'sTitle':'Camping3',
        'bIsWebPath':true,
        'sUrl':'camping3.html'
    }]
},
{   'sTitle':'Obedience',
    'bIsWebPath':true,
    'sUrl':'obedience.html',"childArray" : [
    {   'sTitle':'Puppies',
        'bIsWebPath':true,
        'sUrl':'puppies.html'
    }]
},
{   'sTitle':'Flyball ',
    'bIsWebPath':true,
    'sUrl':'flyball.html'
}]
});
