var fDesc=new Array(); fDesc[0] = "Word Viewer is a free program that you can use to Open, view and print any Microsoft Office Word document. The program lets you open, view Word Doc, Docx and RTF files as well as TXT files and it doesn't require Microsoft Word. It can run as a desktop application in Windows and offers a variety of viewing options."; 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 = ''; } }