var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Showing Events',
    bIsWebPath:true,
    sUrl:'showing.html'
},
{   sTitle:'Show Jumping',
    bIsWebPath:true,
    sUrl:'show_jumping.html'
},
{   sTitle:'Gymkhana',
    bIsWebPath:true,
    sUrl:'gymkhana.html'
},
{   sTitle:'Club Rules',
    bIsWebPath:true,
    sUrl:'rules.html'
},
{   sTitle:'Qualifiers',
    bIsWebPath:true,
    sUrl:'qualifiers.html'
},
{   sTitle:'Show Results',
    bIsWebPath:true,
    sUrl:'results.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contacts.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'links.html'
}]
});
