var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Dogs For Sale',
    'bIsWebPath':true,
    'sUrl':'dogsforsale.html',"childArray" : [
    {   'sTitle':'Dutch Shepherd',
        'bIsWebPath':true,
        'sUrl':'dutchsheperd.html'
    },
    {   'sTitle':'Belgian Malnois',
        'bIsWebPath':true,
        'sUrl':'belgianmalinois.html'
    }]
},
{   'sTitle':'Dogs Adopted',
    'bIsWebPath':true,
    'sUrl':'dogsadopted.html'
},
{   'sTitle':'Featured Dogs',
    'bIsWebPath':true,
    'sUrl':'featureddogs.html'
},
{   'sTitle':'Tour The Kennel',
    'bIsWebPath':true,
    'sUrl':'tourthekennel.html'
},
{   'sTitle':'Training',
    'bIsWebPath':true,
    'sUrl':'training.html'
}]
});
