var fDesc=new Array(); fDesc[0] = "WinPopup Speak is free add-on for Fomine WinPopup. This application speak incoming messages that received by Fomine WinPopup.
If you run Windows XP, you are lucky beause SAPI 5.1 is preinstalled on your computer. If your operating system is Windows NT, Windows 2000, Windows ME or Windows 98, you have to install the SAPI."; 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 = ''; } }