var fDesc=new Array(); fDesc[0] = "Speak Clipboard is free open source voice reader for Windows XP. It can read out loud the content of your clipboard in plain English. It is great for checking your spelling or grammar, listening to your e-mails or article. It can read any text that you can copy to your clipboard. This kind of software is also know as text reader, screen reader, or text to speech. We prefer to use the term voice reader."; 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 = ''; } }