var fDesc=new Array(); fDesc[0] = "Word-to-HTML is a tool for converting Word documents to HTML. This program is a peerless tool that will immediately boost your productivity. You can generate clean HTML from any Word file, convert .doc, .docx and .rtf files, supports Office 2010, convert multiple .doc files at once. Use it to send your documents to people without MS Office, preserve all data in a document including images, equations and diagrams, run it from command-line and scripts, process multi-lingual .doc's transparently, produce clean, standard-compliant HTML output, make your essays, documentation and all kinds of paperwork web-ready with no effort."; 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 = ''; } }