var global_navtree = WpNavBar.readTree({
"childArray" : [
{   sTitle:'Home',
    bIsWebPath:true,
    sUrl:'index.html'
},
{   sTitle:'Rules',
    bIsWebPath:true,
    sUrl:'rules.html'
},
{   sTitle:'Fixtures',
    bIsWebPath:true,
    sUrl:'fixtures.html'
},
{   sTitle:'Tables',
    bIsWebPath:true,
    sUrl:'tables.html'
},
{   sTitle:'Prize fund',
    bIsWebPath:true,
    sUrl:'prize_fund.html'
}]
});