var fDesc=new Array(); fDesc[0] = "The Spoken Word is a Word to Speech program to speak the text from Microsoft Word 2007 documents. This software allows you to sit back and listen to Microsoft Word 2007 documents while you get on with other work. Simply open a .doc, .docx, .rtf or .txt file and click the read button and the Spoken Word will read that document for you with a voice of your selection."; 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 = ''; } }