var fDesc=new Array(); fDesc[0] = "VeryDOC HTML to EPUB Converter is an accurate and fast HTML to EPUB software which helps you to convert HTML file to stable EPUB eBooks to make HTML readable on mobile EPUB compatible devices.
It preserves original text, graphics, images, hyperlinks and layout of the original HTML files. You can also customize the EPUB information by editing its name and author or browse a picture you like as the cover of the EPUB eBook."; 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 = ''; } }