var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'Breed History',
    'bIsWebPath':true,
    'sUrl':'breedhistory.html'
},
{   'sTitle':'The Transhumance',
    'bIsWebPath':true,
    'sUrl':'transhumance.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html',"childArray" : [
    {   'sTitle':'Gallery2',
        'bIsWebPath':true,
        'sUrl':'gallery2.html'
    },
    {   'sTitle':'Gallery3',
        'bIsWebPath':true,
        'sUrl':'gallery3.html'
    },
    {   'sTitle':'Gallery4',
        'bIsWebPath':true,
        'sUrl':'gallery4.html'
    },
    {   'sTitle':'Tango',
        'bIsWebPath':true,
        'sUrl':'tango.html'
    }]
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'For Sale',
    'bIsWebPath':true,
    'sUrl':'forsale.html'
},
{   'sTitle':'Contact',
    'bIsWebPath':true,
    'sUrl':'contact.html'
}]
});
