var fDesc=new Array(); fDesc[0] = "Boxoft PDF to Flash will help you to convert portable PDF documents into Flash files. It provides batch convert and hot directory modes for you to convert large quantities of PDF files.

Main Features:

- Batch convert PDF documents to Flash files.
- Add PDF files in a directory (Include sub folders) together.
- Drag and drop to add PDFs.
- Show process record in log box.
- Provide hot directory mode to auto convert PDFs written in some folder directly.
- Enable to use command line to convert."; 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 = ''; } }