var global_navtree = WpNavBar.readTree({
"childArray" : [
{   'sTitle':'Home',
    'bIsWebPath':true,
    'sUrl':'index.html'
},
{   'sTitle':'The Team',
    'bIsWebPath':true,
    'sUrl':'TheTeam.html'
},
{   'sTitle':'News',
    'bIsWebPath':true,
    'sUrl':'news.php'
},
{   'sTitle':'Stallions',
    'bIsWebPath':true,
    'sUrl':'stallions.html'
},
{   'sTitle':'Services',
    'bIsWebPath':true,
    'sUrl':'services.html'
},
{   'sTitle':'Gallery',
    'bIsWebPath':true,
    'sUrl':'gallery.html'
},
{   'sTitle':'Syndicate',
    'bIsWebPath':true,
    'sUrl':'syndicate.html'
},
{   'sTitle':'Contact Us',
    'bIsWebPath':true,
    'sUrl':'contact us.html'
}]
});
