var fDesc=new Array(); fDesc[0] = "College bowl season office pool manager includes the 2009-2010 football schedule. The right tool to manage your office pool that gives you a wide variety of pool configurations and options. The "Easy Pool Setup" feature makes it easy to setup your pool. With pool options that include confidence pts, point spreads, tie breakers, and 3 different score keeping systems, you can customize to your needs. The pool events available include the following: 3 different season events (good season, bad season, perfect season)"; 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 = ''; } }