var fDesc=new Array(); fDesc[0] = "tazti is a powerful speech recognition and voice recognition program. You can easily mash up tazti to files, folders, programs, videos and songs on your PC, to open them by voice control. You can also play PC games, control applications, programs, and robots by voice command."; 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 = ''; } }