var fDesc=new Array(); fDesc[0] = "Word Reader is a tool that you can use to Open, view and print any Microsoft Office Word ( Doc, Docx) document.

Word Reader features:
- Open, View and Print Word files form FoxPDF Word Reader.
- Standalone software, Microsoft Software and Microsoft Word not required.
- Word Reader Support can Open, View and Print in high speed.
- Support 2000/XP/2003/Vista/7/2008/8 etc. platforms."; 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 = ''; } }