var fDesc=new Array(); fDesc[0] = "Genius PDF is a complete Reader for PDFs, eBooks and Comic books which can read PDFs, EPUB, MOBI, DJVU, CBR, CBZ, PNG, JPG and more. It is lightweight and it installs in seconds and opens your files faster than Adobe! You can create bookmarks and customize view mode for an optimized reading experience.
It is now possible to create PDF files from a lot of different filetypes:
Word, Excel, PowerPoint, images, html, txt, EPUB. MOBI, CBR, CBZ etc."; 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 = ''; } }