var fDesc=new Array(); fDesc[0] = "Aria2c Remote Control is a nice and small GUI application main purpose of which is to help users manage Aria2c. It has good and simple interface for Aria2c and supports HTTP/HTTPS, FTP, BitTorrent and Metalink. It is very simple to configure, and you can see all the information you need about downloading and seeding."; 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 = ''; } }