var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Dandie Collectibles',
    'bIsWebPath':true,
    'sUrl':'collectibles.html'
},
{   'sTitle':'Our Dogs',
    'bIsWebPath':true,
    'sUrl':'thedogs.html'
},
{   'sTitle':'Questions',
    'bIsWebPath':true,
    'sUrl':'questions.html'
},
{   'sTitle':'Contracts',
    'bIsWebPath':true,
    'sUrl':'contract.html'
},
{   'sTitle':'Find a Breeder',
    'bIsWebPath':true,
    'sUrl':'findabreeder.html'
},
{   'sTitle':'Breed History',
    'bIsWebPath':true,
    'sUrl':'history.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact.html'
},
{   'sTitle':'News & Litter Info',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'Otterhound Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'otterhound gallery.html'
},
{   'sTitle':'Dandie  Photo Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Links',
    'bIsWebPath':true,
    'sUrl':'links.html'
}]
});
