var fDesc=new Array();
fDesc[0] = "Document Conversion Tool
File conversion for PDF, DOC, TXT, RTF, HTML...
Fast Software
'Convert Doc' has been optimized for rapid conversions. It also allows for the saving and restoring of 'conversion jobs'. A 'conversion job' is one or more conversion tasks. From simple to complex it can quickly recall past work.
Powerful Command Line
Command line capability is fundamental to ALL of our software tools. Demo batch files are installed ready for testing and modification. We are always here to help you implement our software.
Easy to Use File Conversion Features
Moving or deleting files while converting documents is no problem at all. Easy, unattended conversion of whole folders...you bet.";
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 = '';
}
}