var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'About',
    bIsWebPath:true,
    sUrl:'about.html'
},
{   bSeparatorBefore:true,
    bSeparatorAfter:true,
    sTitle:'HBRA',
    bIsWebPath:true,
    sUrl:'hbra.html',"childArray" : [
    {   sTitle:'HBRA News',
        bIsWebPath:true,
        sUrl:'hbranews.html'
    }]
},
{   sTitle:'Horses for Sale',
    bIsWebPath:true,
    sUrl:'horsesforsale.html',"childArray" : [
    {   sTitle:'Eagle',
        bIsWebPath:true,
        sUrl:'eagle.html'
    },
    {   sTitle:'TS Frosted Candy',
        bIsWebPath:true,
        sUrl:'tsfrostedcandy.html'
    },
    {   sTitle:'Dashin Pine',
        bIsWebPath:true,
        sUrl:'dashinpine.html'
    },
    {   sTitle:'Blue is Winning',
        bIsWebPath:true,
        sUrl:'blueiswinning.html'
    },
    {   sTitle:'Bakers Monument',
        bIsWebPath:true,
        sUrl:'bakersmonument.html'
    },
    {   sTitle:'Sold horses',
        bIsWebPath:true,
        sUrl:'soldhorses.html'
    }]
},
{   sTitle:'In the Barn',
    bIsWebPath:true,
    sUrl:'inthebarn.html'
},
{   sTitle:'Lessons',
    bIsWebPath:true,
    sUrl:'lessons.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
