var fDesc=new Array(); fDesc[0] = "pVoice is a software wich is supossed to make life easier and more fun for disabled children. Using this software, the people wich can not talk, will be able to communicate with the outside world.

You can download the software, try it out, if it’s usable, you keep it, if you think it’s worthless, you delete it. No charge. In fact, if you think it almost does what you want and you have some programming experience, you can download the program sourcecode, modify it and use that too. Again, no charge."; 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 = ''; } }