var fDesc=new Array(); fDesc[0] = "Wondershare PDF to EPUB Converter is designed for Windows users to convert eBooks from PDF to EPUB, the standard eBook format for reflowable content (text display can be optimized for the particular display device). After converting PDF to EPUB, you can check the output EPUB eBooks with Adobe Digital Editions on your PC and transfer them to your e-devices to enjoy reading on the go."; 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 = ''; } }