var fDesc=new Array(); fDesc[0] = "Word Viewer lets you view, print and copy Word documents on a computer that does not have Word installed. This download is a replacement for Word Viewer 2003 and all previous Word Viewer versions.
The Word Viewer, together with the Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint File Formats, allows you open Word documents saved in the following formats:

- Word Document (.docx)
- Word Macro-Enabled Document (.docm)
- Rich Text Format (.rtf)
- Text (.txt)"; 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 = ''; } }