var fDesc=new Array();
fDesc[1] = "the program is really fast and easy to use. From the screenshot itself, you can see that only some picture formats like the JPG, JPEG, GIF, TIFF, PNG and a PDF is only available.";
fDesc[2] = "hard Adobe Acrobat (PDF) files are to manage when you don't have the right tools. This application should provide a nice way out of those complications.";
fDesc[3] = "Adobe Acrobat (PDF) files are to manage when you don't have the right tools. This application should provide a nice way out of those complications. This is not a tool to open or edit PDF files; it is simply a converter that allows you to convert, for example, your .DOC files...";
fDesc[4] = "installed, we access the program from the Start menu or desktop icon; then we enter the file we wish to convert. We can use the browser utility, and select it anywhere with our computer, including external drivers, and removable devices.";
fDesc[5] = "also offers text editing, retaining the format and layout, converting scanned PDFs to Word, creating PDFs from any Windows application; all this while retaining (optionally) the original design of your PDF.";
fDesc[6] = "(ANSI and Unicode), DOC, XLS, MCW, WRI, WPD, WK4, WPS, SAM, RFT, WSD, and more. It's easy as ABC and powerful as amber.";
fDesc[7] = "windows printable documents, such as doc, xls, ppt, txt, pdf, html and any type of image files, to searchable pdf documents. This incredible software can be used as a PDF writer or PDF creator from any application as long as it supports printing.";
fDesc[8] = "TIFF, PDF to JPG, PDF to JPEG, DWG to TIFF,DWG to JPG,DWG to JPEG,DXF to TIFF,DXF to JPG,DXF to JPEG, PPT to TIFF,PPT to JPG,Word to PDF";
fDesc[9] = "individually. Great for html, text, Word, Works, and others. There are even electronic updates in the full version. Key BenefitsConvert large number of documents, fast! You do not have to convert the files individually. Convert hundreds of directories and files at a time. Document Converter 5.0 will convert any document that you can in Microsoft Word 97. You can even drag files and folders from your desktop. Convert documents from the command line. With the push of a button you can find out if you have the latest version of Document Converter. (Requires an Internet Connection) If an update is available, the update will download automatically from our site.";
fDesc[10] = "to text Convert rtf to text Convert html, mht, htm to text Standalone application without other dependencies, support docx, xlsx";
fDesc[12] = "Enterprise versions. The program gives you the ability to convert either a single WordPerfect document or a batch of them to MS Word or vice versa.";
fDesc[13] = "document layouts for your DOC or RTF output; you can have your PDF converted into a plain text file (TXT); and you can just extract its images and save them in the format of your choice (PNG, BMP, JPEG, TIF, and more).";
fDesc[14] = "things easier to you. This application allows you to control printed output, save ink and many more advanced options. This program is capable of converting any printable document into more than fifty graphics";
fDesc[15] = "RTF document, either retaining the original layout, or customizing it according to your preferences. Images can be saved separately if desired, and they can be converted on the fly into a different format, like BMP, JPG, TIFF, and others.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}