var fDesc=new Array();
fDesc[0] = "Doxillion is a free PDF converter to convert docx, doc, rtf, html, xml, wpd, odt, txt and other text file formats. Convert a single file or batch convert several PDFs at a time. Easily add Doxillion to your right click menu to add fast and simple conversion functionality to all supported formats.
Doxillion Document Converter Free Features:
* Convert between PDF and several other well known file formats
* Supports doc and docx conversions for Word files
* Convert source code to html
* Batch convert many PDF documents at the same time
* Add a right click option to convert PDF and other files without opening Doxillion
* Drag and drop PDFs to be converted into Doxillion
* Use with Express Burn CD and DVD Burning Software to create backups of files";
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 = '';
}
}