var fDesc=new Array(); fDesc[0] = "Mipony is a download manager specially designed to optimize and automate the downloads. With this download manager you will enjoy comfortable features when it comes to downloading files by avoiding host sites inconveniences. Mipony is in charge of everything, it accesses the web where the file is hosted, it waits the required time and starts downloading them one by one. Put the addresses of the files in Mipony and the program will be in charge of everything to have the files downloaded as fast as possible. If by any chance the file shows an error during the download, Mipony will be in charge of performing the necessary attempts automatically until the file is downloaded.​ Once the link has been added to the download list, the files will be downloaded while you navigate and if you close the download program, the downloads will be restarted when you start the program again.​"; 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 = ''; } }