var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Roll of Honour',
    bIsWebPath:true,
    sUrl:'honour.html'
},
{   sTitle:'Gallery',
    bIsWebPath:true,
    sUrl:'gallery.html'
},
{   sTitle:'Downloads',
    bIsWebPath:true,
    sUrl:'downloads.html'
},
{   sTitle:'Poker',
    bIsWebPath:true,
    sUrl:'poker.html'
},
{   sTitle:'Contact Us',
    bIsWebPath:true,
    sUrl:'contact.html'
}]
});
