var fDesc=new Array(); fDesc[0] = "Voice4Me is designed as a quick and simple way to bring speech to users who have difficulty speaking.

When the user clicks on a picture, the computer responds by reading the text assigned to the picture.

Although Voice4Me is intended to help users with speech difficulties, there are other uses for this program.

Students learning a language can use this program to find pronunciations of words.

Students can also load pictures and type words or phrases to associate with that particular picture."; 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 = ''; } }