var fDesc=new Array(); fDesc[0] = "Ailt All Document to SWF Converter provides a solution to convert any document to SWF. PDF, Word, Excel, PowerPoint,Text, RTF, images, and HTML can be converted into SWF with this tool. The application preserves the original text, image, and layout of the original document. More setting options are provided to let you control the output file more accurately.

The application supports the following 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."; 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 = ''; } }