var fDesc=new Array(); fDesc[0] = "Amazingly easy to use football tipping software that will make managing your 2011 football tipping competition a breeze.
-Use it as a marketing tool to keep in contact with your customers each week when you email them the tipping sheets or results
-Increase staff moral by running a tipping competition in your workplace
-Automatically calculate player round and ladder leaders
-Easy pasting of email tips to save you time
-Easy lookup of the results of every AFL (Australian Rules Football) game and premiership ladder back to 1993 and every NRL game back to 1995!!
-Track player payments and prizes
-Output reports to pdf, xml, or html files"; 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 = ''; } }