var fDesc=new Array(); fDesc[0] = "Having difficulty in typing your documents? Speak and let Dictation Pro type for you. Prepare your letters, reports, e-mails, or homework assignments just by speaking into a microphone. A good-quality headset is required. Dictation Pro is fast, easy and fun. You'll wonder how you managed without it!"; 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 = ''; } }