var fDesc=new Array(); fDesc[0] = "AnyBizSoft PDF to EPUB Converter is a standalone and efficient desktop application to convert eBooks from PDF to EPUB format, so you can read eBooks more easily on your iPad, iPhone, iPod Touch, Sony Reader or other eBook Readers.
It can preserve the original text layout, tables, images, and hyperlinks in the output EPUB eBooks. For easier reading, it provides you with options to customize the output EPUB eBooks. Text and images to EPUB is the default option, but you can customize text and background color, and also you are allowed to choose whether to ignore images or hyperlinks in the output eBooks. You can also also save pages as images and by doing so, you can perfectly preserve the complicated layouts and formatting, but you cannot customize the font on your eBook Readers if you choose this option."; 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 = ''; } }