var fDesc=new Array(); fDesc[0] = "pcDrafter is software that you install on your PC to take the guesswork out of your fantasy football draft. During a draft, it needs no Internet connection, but before the draft, with optional registration and Internet access, it can automatically download the latest player projections directly to its powerful optimization engine. pcDrafter does a zillion calculations and sees patterns not humanly possible to find in 2 seconds."; 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 = ''; } }