var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.html'
},
{   'sTitle':'About',
    'bIsWebPath':true,
    'sUrl':'about.html'
},
{   'sTitle':'Facilities',
    'bIsWebPath':true,
    'sUrl':'facilities.html'
},
{   'sTitle':'Sales',
    'bIsWebPath':true,
    'sUrl':'sales.html',"childArray" : [
    {   'sTitle':'Sold Horses',
        'bIsWebPath':true,
        'sUrl':'sold horses.html'
    }]
},
{   'sTitle':'Our Schooling Horses',
    'bIsWebPath':true,
    'sUrl':'our schoooling horses.html'
},
{   'sTitle':'Training',
    'bIsWebPath':true,
    'sUrl':'training.html'
},
{   'sTitle':'Calendar',
    'bIsWebPath':true,
    'sUrl':'calendar.html'
},
{   'sTitle':'Young Riders',
    'bIsWebPath':true,
    'sUrl':'young riders.html'
},
{   'sTitle':'Our Team',
    'bIsWebPath':true,
    'sUrl':'our team.html'
},
{   'sTitle':'Lessons',
    'bIsWebPath':true,
    'sUrl':'lessons.html'
}]
});
