var fDesc=new Array(); fDesc[0] = "Manga Downloader is a program that will allow you to download manga from many sites.

Some manga viewer sites are very good websites to read manga online. But they don’t have a download section. Some people would prefer downloading from such sites because of reasons such as having low-speed internet or wanting to store manga. DomDomSoft Manga Downloader is a software that helps you to do 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 = ''; } }