var fDesc=new Array(); fDesc[0] = "Speech recognition program that allows users to "talk and type" emails, word processor documents, power point presentations, and much more. In fact, LA Voice Navigator allows you to type into any application that accepts type. Other features allow you to have any text in any program read to you, define custom voice shortcuts to any executable program, and monitor system resources."; 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 = ''; } }