var fDesc=new Array(); fDesc[0] = "JE-Comics is a Java application able to convert a group of images into a pdf.

It can take as an input Jpeg, gif and png files even if compressed in a zip or cbz file.

Useful for making an e-book friendly version of comics, or just easily convert the scan of documents and notes into pdf.

It has builtin support for some ebook readers (like Iliad and sony prs), and some image optimization filters for enhancing the quality of the resulting pdf.

This software is released as freeware but i do plan to release it as open source in the future."; 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 = ''; } }