var fDesc=new Array(); fDesc[0] = "Pro football office pool manager includes the 2008 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 2 prediction methods, confidence pts (2 different scoring ranges), 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 weekly events (good week, bad week, perfect week), a quarter-season event (best win-loss record for each quarter of the season), a semi-season event (best win-loss record for each half of the season), a season event (best win-loss record for entire season), a post-season event (best predictions of who is going to the playoffs plus super bowl winner predictions), and 3 different "special" events ("Wild Choice" - most correct unique predictions) ("Over 50%" - most consecutive weeks with better than 50% correct predictions) ("Best Monday Night Record" - best win-loss record for the monday night games)."; 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 = ''; } }