var fDesc=new Array(); fDesc[0] = "PDF to MOBI is a free and lightweight E-Book files converter, it can help you to easily convert PDF files to MOBI e-Books, with a user-friendly interface, this software is simple and easy to use very much.

Basic usage is very simple, choose an existing PDF file, then click "Convert" button to start file conversion, the default output MOBI file have same file name as source PDF file, just file extension is ".mobi"."; 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 = ''; } }