var fDesc=new Array(); fDesc[0] = "R4M is designed to free up your time on reading documents and email. R4M is good for proof reading and capable to read text from clipboard or any pasted text into text window. This software has been tested with MS Outlook and MS Word for MS Office 2003. Default document for reading is rtf (reach text format). In order to read emails you have to allow access to your inbox and have emails marked as UnRead in your inbox."; 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 = ''; } }