var fDesc=new Array(); fDesc[0] = "Ailt Document Image Converter Pro is an easy-to-use and professional converting tool. With this powerful converter, you can convert between different office document formats,PDF, web page, images with fast conversion speed.

Main features:
- Supports to add files by dragging and dropping.
- Supports to save and load the converted file list.
- Supports to choose the entire folder to convert.
- Supports to convert DOCX, DOCM, XLSX, XLSM, PPTX, PPTM of MS-Office 2007/2010."; 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 = ''; } }