var fDesc=new Array(); fDesc[0] = "Speak-A-Message offers you a wide range of features related to voice recording and voice email. Easily create personal voice messages and insert photos, screenshots, and eCards. Your messages can be transcribed automatically from speech to text using speech recognition (not available on Windows XP).

Enrich your photos by adding personal voice comments, create slideshows with audio and share via email or the Cloud."; 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 = ''; } }