var fDesc=new Array(); fDesc[0] = "The Draft Cruncher is arguably the best Fantasy Football Draft Software on the market. By allowing you to customize the Draft Cruncher to your league's unique scoring system, you will have a tremendous advantage at your Fantasy Football Draft. The Draft Cruncher is a completely customizable interactive draft tool. It's easy enough for a Fantasy Football rookie to use, yet it is packed with the data and features that Fantasy Football Experts crave. Also, it has a simple printable cheat sheet based on everything that is unique to your league."; 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 = ''; } }