var fDesc=new Array();
fDesc[0] = "Ailt All Document to HTML Converter is an easy-to-use converting tool. With it, you can convert different Office document formats, PDFs, images etc., to HTML. The program supports a comprehensive list of formats: PDF, DOC, DOCX, DOCM, RTF, XLS, XLSX, XLSM, PPT, PPTX, PPTM, TXT, JPG, JPEG, BMP, EMF, WMF, TIFF, GIF, PNG, PCX, J2K, JP2, etc.
A set of customization options are provided to let you control the output file more accurately.";
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 = '';
}
}