var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Contact',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Beach Clean',
    bIsWebPath:true,
    sUrl:'beach clean.html'
},
{   sTitle:'Guest Book',
    bIsWebPath:true,
    sUrl:'guest page.php'
},
{   sTitle:'Leo Club',
    bIsExternal:true,
    sUrl:'http://porthcawlleos.org.uk'
},
{   sTitle:'Club',
    bIsWebPath:true,
    sUrl:'club page.html'
},
{   sTitle:'About Lions',
    bIsWebPath:true,
    sUrl:'about lions.html'
},
{   sTitle:'route',
    bIsWebPath:true,
    sUrl:'route.html',
    sTarget:'_self'
}]
});
