var fDesc=new Array(); fDesc[0] = "EasyVoice is a Text-to-Speech (TTS) interface for people with voice disabilities. With EasyVoice, people with voice disabilitiies are able to use a Text-to-Speech interface to talk with the entire world using Skype. Optional virtual keyboard with a scanning group system. Abbreviation system. Word completion system. Multilingual support."; 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 = ''; } }