var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'news',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'thurmaston times',
    bIsWebPath:true,
    sUrl:'thurmaston times.html'
},
{   sTitle:'directory',
    bIsWebPath:true,
    sUrl:'directory.html'
},
{   sTitle:'leisure',
    bIsWebPath:true,
    sUrl:'leisure.html'
},
{   sTitle:'services',
    bIsWebPath:true,
    sUrl:'services.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'what\'s on',
    bIsWebPath:true,
    sUrl:'what\'s on.html'
},
{   sTitle:'regular meetings',
    bIsWebPath:true,
    sUrl:'regular meetings.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'Page 5.html'
}]
});