var fDesc=new Array(); fDesc[0] = "The Text-To-VoIP Plug-In for MorphVOX Pro allows you to speak over the Internet or soft-phone using customizable text-to-speech voices. This plug-in is helpful for people who cannot speak with their own voice or who would like a text alternative to communicating with voice. This program requires MorphVOX Pro 4.0 or above."; 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 = ''; } }