var fDesc=new Array(); fDesc[0] = "Words is pleased to offer our popular Say-it! SAM PC software as part of a complete Words Communication system, or ready to install on your tablet, laptop or desktop computer. This intuitive, easy-to-use software has all these great features like optional AT&T Natural Voice or DECtalk(TM) speech with nine different voices (male, female and child),includes BOTH dynamic display graphical interface and intelligent keyboard interface and much more."; 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 = ''; } }