var fDesc=new Array(); fDesc[0] = "Football Squares Spreadsheet can save you a lot of time because it is a customized, automated spreadsheet. Here are some ways that this spreadsheet is the perfect solution to quickly and easily run your pool:
-Enter pool participants and number of squares each participant wants. As people enter your pool, this spreadsheet will keep track of participants' names, how many squares each participant purchases, and how many squares you have left to sell in your pool.
-Let Excel grab the four winners and their Email addresses. Instantly have this spreadsheet identify the winner of each quarter and put their names and email addresses on the Winners' Page.
-Impress co-workers and draw more participants. People will be drawn to your automated Super Bowl 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 = ''; } }