var fDesc=new Array(); fDesc[0] = "FreeTrak is free software to manage your NCAA Basketball tournament pool. The teams and regions can be imported directly via the Internet, imported from a downloadable file (available from the FreeTrak site), or entered manually. Blank bracket sheets can be printed, as well as pick reports and current standings.

Player's picks can be exported and/or imported to make life easier for tourney administrators. Standings can be viewed based on "what if" scenarios. Optional support for the play-in game is included."; 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 = ''; } }