var fDesc=new Array(); fDesc[0] = "ImTOO PDF to EPUB Converter is specifically designed to convert PDF to EPUB, making it possible to view PDF files on eBooks supporting EPUB format. Adobe Acrobat or Reader is not required when converting PDF to EPUB and all original PDF features will be preserved after conversion.

With this program all you have to do is drag and drop your files directly to the application and then simply click "Convert" to quickly turn the lot into EPUB files. You can also convert specific pages of a PDF file."; 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 = ''; } }