var fDesc=new Array(); fDesc[0] = "Simple ISSUU Image Downloader, also known as SI2D is a tool that allows users to download every page of an ISSUU publication as a .jpg image in a determined folder.

To download an Issuu publication, the user has to be registered and publication needs to have download enabled. With this program, the user can download ANY ISSUU publication without register, allowing offline view of the magazines, file format convert (cbz/pdf), Tablet/Smartphone transfer or whatever you want do with it!"; 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 = ''; } }