var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'HOME',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'COWS',
    'bIsWebPath':true,
    'sUrl':'cows.html'
},
{   'sTitle':'BULLS',
    'bIsWebPath':true,
    'sUrl':'bulls.html'
},
{   'sTitle':'CALVES',
    'bIsWebPath':true,
    'sUrl':'calves.html'
},
{   'sTitle':'LOCATION',
    'bIsWebPath':true,
    'sUrl':'location.html'
},
{   'sTitle':'CONTACT US',
    'bIsExternal':true,
    'sUrl':'mailto:diwaynecollins3@yahoo.com?subject=Web Site Contact&body='
}]
});
