var fDesc=new Array(); fDesc[0] = "WordToWeb 2.5 automatically converts complex Microsoft Word documents into finished HTML publications--potentially saving hours of manual HTML editing. WordToWeb can convert hundreds of documents at a time, break long documents into linked HTML pages, create an HTML table of contents and index, generate thumbnails for embedded graphics, and handle navigation links, cross-references, footnotes and other details. HTML publications created with WordToWeb can be updated with a click of the mouse--making it easy to keep online information up-to-date even when the source documents change frequently. WordToWeb 2.5 includes dozens of new features, including support for master pages (which let you create a template using any HTML editor and then automatically generate publications conforming to the template), an optional dynamic expanding/contracting table of contents, support for cascading style sheets, and a powerful new batch/command line mode. WordToWeb has been one the the leading HTML conversion products since 1997 and is relied on by thousands of users."; 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 = ''; } }