var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'News',
    bIsWebPath:true,
    sUrl:'news.html'
},
{   sTitle:'Events',
    bIsWebPath:true,
    sUrl:'events.html'
},
{   sTitle:'Members',
    bIsWebPath:true,
    sUrl:'members.html',"childArray" : [
    {   sTitle:'Kier',
        bIsWebPath:true,
        sUrl:'kier.html'
    },
    {   sTitle:'Mendi’s Bar',
        bIsWebPath:true,
        sUrl:'mendi’s.html'
    },
    {   sTitle:'2nd Time Around',
        bIsWebPath:true,
        sUrl:'2nd time around.html'
    }]
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
},
{   sTitle:'Shopwatch',
    bIsWebPath:true,
    sUrl:'shopwatch.html'
},
{   sTitle:'Map',
    bIsWebPath:true,
    sUrl:'map.html'
}]
});
