var fDesc=new Array(); fDesc[0] = "The Win1010 Suite is actually four programs in one EXE Program File and is sold as two packages: Package One is the Contest Program and Package Two is the County Hunter and Certificate Chaser Program. A Daily Log Program is also available in the Win1010 Suite and works with both packages."; 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 = ''; } }