var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'ContactUs.html'
},
{   sTitle:'About Us',
    bIsWebPath:true,
    sUrl:'AboutUs.html'
},
{   sTitle:'Services',
    bIsWebPath:true,
    sUrl:'Services.html'
},
{   sTitle:'Clubs/Groups',
    bIsWebPath:true,
    sUrl:'ClubsGroups.html'
},
{   sTitle:'Links',
    bIsWebPath:true,
    sUrl:'Links.html'
},
{   sTitle:'Jon Roberts',
    bIsWebPath:true,
    sUrl:'JonRoberts.html'
},
{   sTitle:'Photo Gallery',
    bIsWebPath:true,
    sUrl:'Photo Gallery.html'
}]
});