var fDesc=new Array(); fDesc[0] = "OfficePool automates your NCAA (Men's or Women's) March Madness College Basketball Pool. NIT Brackets are also available at no extra charge. Create customized Web Forms which allow your players to fill out their brackets and allows you to import them directly into OfficePool. Print and view detailed standings and brackets or build an entire web site with a click of the mouse, all with customized scoring options to fit your needs."; 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 = ''; } }