var fDesc=new Array(); fDesc[0] = "Betting Genius is a powerful sports management and prediction tool, that enables you to create, manage and track the team statistics, fixtures, scores and player statistics of your favorite leagues or download regularly updated league files from the internet from over 30 different leagues.

The match prediction tool is the main feature of Betting Genius enabling users to get very accurate predictions on upcoming matches. The user can choose from a wide range of predictions options including home / away and overall team statistics, past performance, players and handicaps."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }