var fDesc=new Array(); fDesc[0] = "NextUp Talker is a Text To Speech application specifically designed for people who have temporarily or permanently lost their voice. With natural, human sounding voices and convenient shortcuts to quickly enter commonly used sentences and phrases, NextUp Talker allows you to easily communicate with others despite vocal impairments using a Windows PC or Tablet PC.

This voice requires a purchased copy of TextAloud and works only within TextAloud and other NextUp.com Products.This interface is much more friendly, easier to operate, and much much clearer to understand.TextAloud whit the help of Madalena Portuguese Voice allows you to combine visual AND additive cues when reading or studying material."; 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 = ''; } }