var fDesc=new Array();
fDesc[0] = "WordPort is a very effective tool for converting files to or between older word processors. If, however, you need to convert to a modern platform such as MS Word, Corel WordPerfect, HTML, XML or even plain text, you should use FileMerlin.
Features:
- Accurate and complete conversions.
- Converts between most legacy word processors.
- Even converts "advanced" features like fonts, tables, autonumbering, headers/footers, footnotes/endnotes, hanging indents, etc.
- Converts graphics file formats to suit the destination application.
- Handles long file names, even when converting older documents with cryptic 8-letter file names.
- Option to preserve the file date and time.
- Interactive as well as true batch modes for converting thousands of files in one operation.
- Option to automatically convert nested folders as well as create the destination directory structure.
- Conversion log lists features that could not be converted (e.g., due to limitations in the destination word processor).
- Very easy to use, with extensive quick-help as well as on-line help.
- Advanced users may "customize" over 200 different conversion parameters to adapt WordPort for particular requirements.";
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 = '';
}
}