var fDesc=new Array(); fDesc[0] = "Professional looking picksheets (containing NFL team records) are one of the most time consuming tasks to create in an office football pool. That's why most pools give you one picksheet. Not much of a choice. The Woofpool offers 5 printed picksheets, an Internet picksheet, and a picksheet that can be imported into the Woofpool. One picksheet shows NFL standings, one shows Pool Standings, and yet another prints two picksheets per page. There are twelve Pool Displays included with the Woofpool. Including the ability to run two other popular types of office pools (The SportsBox and the Digital Pool)."; 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 = ''; } }