var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Mares',
    bIsWebPath:true,
    sUrl:'mares.html'
},
{   sTitle:'Foals',
    bIsWebPath:true,
    sUrl:'foals.html'
},
{   sTitle:'Stallions',
    bIsWebPath:true,
    sUrl:'stallions.html'
},
{   sTitle:'For Sale',
    bIsWebPath:true,
    sUrl:'forsale.html'
},
{   sTitle:'Training',
    bIsWebPath:true,
    sUrl:'training.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
